From d1759317b931f564a59416b6ae52051212e74ca2 Mon Sep 17 00:00:00 2001 From: consti10 Date: Fri, 11 Aug 2023 01:52:16 +0200 Subject: [PATCH] encrypton - add bind phrase feature --- executables/unit_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executables/unit_test.cpp b/executables/unit_test.cpp index ab8a9c57..905b0bd1 100644 --- a/executables/unit_test.cpp +++ b/executables/unit_test.cpp @@ -122,7 +122,9 @@ static void test_encrypt_decrypt_validate(const bool use_key_from_file,bool mess }else{ /*encKey=wb::generate_keypair_deterministic(false); decKey=wb::generate_keypair_deterministic(false);*/ + const auto before=std::chrono::steady_clock::now(); auto tmp=wb::generate_keypair_from_bind_phrase("openhd"); + std::cout<<"Generating keypair from bind phrase took:"<