From: Fred Hamster Date: Sun, 5 Jun 2022 15:55:58 +0000 (-0400) Subject: turned onf debugging for blowfish X-Git-Tag: 2.140.136^2~39^2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=2544e7b0607d26b50470093a244f4cc72450da78 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.