feisty meow concerns codebase 2.140
test_blowfish_crypto.cpp File Reference
Include dependency graph for test_blowfish_crypto.cpp:

Go to the source code of this file.

Macros

#define LOG(to_print)   EMERGENCY_LOG(program_wide_logger::get(), astring(to_print))
 
#define DEBUG_BLOWFISH
 
#define UNIT_BASE_THIS_OBJECT   (*dynamic_cast<unit_base *>(application_shell::single_instance()))
 

Variables

const int TEST_RUNS_PER_KEY = 1008
 
const int THREAD_COUNT = 1
 
const int ITERATIONS = 80
 
const int MAX_STRING = 20000
 

Macro Definition Documentation

◆ DEBUG_BLOWFISH

#define DEBUG_BLOWFISH

Definition at line 46 of file test_blowfish_crypto.cpp.

◆ LOG

#define LOG (   to_print)    EMERGENCY_LOG(program_wide_logger::get(), astring(to_print))

Definition at line 44 of file test_blowfish_crypto.cpp.

◆ UNIT_BASE_THIS_OBJECT

#define UNIT_BASE_THIS_OBJECT   (*dynamic_cast<unit_base *>(application_shell::single_instance()))

Definition at line 132 of file test_blowfish_crypto.cpp.

Variable Documentation

◆ ITERATIONS

const int ITERATIONS = 80

Definition at line 56 of file test_blowfish_crypto.cpp.

◆ MAX_STRING

const int MAX_STRING = 20000

Definition at line 58 of file test_blowfish_crypto.cpp.

◆ TEST_RUNS_PER_KEY

const int TEST_RUNS_PER_KEY = 1008

Definition at line 50 of file test_blowfish_crypto.cpp.

◆ THREAD_COUNT

const int THREAD_COUNT = 1

Definition at line 53 of file test_blowfish_crypto.cpp.