From b1fefdc6c54d603687af9ce2ed405758a96c0904 Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Sun, 5 Jun 2022 11:58:51 -0400 Subject: [PATCH] turned onf debugging for blowfish chasing a bug on some hardware platforms in the blowfish crypto --- nucleus/library/tests_crypto/test_blowfish_crypto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/library/tests_crypto/test_blowfish_crypto.cpp b/nucleus/library/tests_crypto/test_blowfish_crypto.cpp index 2f2e0778..4ae10ecd 100644 --- a/nucleus/library/tests_crypto/test_blowfish_crypto.cpp +++ b/nucleus/library/tests_crypto/test_blowfish_crypto.cpp @@ -43,7 +43,7 @@ using namespace unit_test; #define LOG(to_print) EMERGENCY_LOG(program_wide_logger::get(), to_print) -//#define DEBUG_BLOWFISH +#define DEBUG_BLOWFISH // uncomment for noisier run. const int TEST_RUNS_PER_KEY = 5; // encryption test cycles done on each key. -- 2.34.1