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(), 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 = 5
 
const int THREAD_COUNT = 10
 
const int ITERATIONS = 4
 
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(), 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 131 of file test_blowfish_crypto.cpp.

Variable Documentation

◆ ITERATIONS

const int ITERATIONS = 4

Definition at line 53 of file test_blowfish_crypto.cpp.

◆ MAX_STRING

const int MAX_STRING = 20000

Definition at line 55 of file test_blowfish_crypto.cpp.

◆ TEST_RUNS_PER_KEY

const int TEST_RUNS_PER_KEY = 5

Definition at line 49 of file test_blowfish_crypto.cpp.

◆ THREAD_COUNT

const int THREAD_COUNT = 10

Definition at line 51 of file test_blowfish_crypto.cpp.