projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997f97d
)
turned onf debugging for blowfish
author
Fred Hamster
<fred@gruntose.com>
Sun, 5 Jun 2022 15:58:51 +0000
(11:58 -0400)
committer
Fred Hamster
<fred@gruntose.com>
Sun, 5 Jun 2022 15:58:51 +0000
(11:58 -0400)
chasing a bug on some hardware platforms in the blowfish crypto
nucleus/library/tests_crypto/test_blowfish_crypto.cpp
patch
|
blob
|
history
diff --git
a/nucleus/library/tests_crypto/test_blowfish_crypto.cpp
b/nucleus/library/tests_crypto/test_blowfish_crypto.cpp
index 2f2e07783baac1e8b9319441e2808cdb8e32bdd7..4ae10ecd62fa3ef1946ed39e8362cf2950726910 100644
(file)
--- 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.