From: Fred Hamster Date: Sun, 5 Jun 2022 15:58:51 +0000 (-0400) Subject: turned onf debugging for blowfish X-Git-Tag: 2.140.136^2~40 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b1fefdc6c54d603687af9ce2ed405758a96c0904 turned onf debugging for blowfish chasing a bug on some hardware platforms in the blowfish crypto --- 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.