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

Go to the source code of this file.

Macros

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

Variables

const int KEY_SIZE = 1024
 
const int MAX_STRING = 4000
 
const int THREAD_COUNT = 5
 
const int ITERATIONS = 6
 

Macro Definition Documentation

◆ LOG

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

Definition at line 48 of file test_rsa_crypto.cpp.

◆ UNIT_BASE_THIS_OBJECT

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

Definition at line 130 of file test_rsa_crypto.cpp.

Variable Documentation

◆ ITERATIONS

const int ITERATIONS = 6

Definition at line 58 of file test_rsa_crypto.cpp.

◆ KEY_SIZE

const int KEY_SIZE = 1024

Definition at line 50 of file test_rsa_crypto.cpp.

◆ MAX_STRING

const int MAX_STRING = 4000

Definition at line 53 of file test_rsa_crypto.cpp.

◆ THREAD_COUNT

const int THREAD_COUNT = 5

Definition at line 56 of file test_rsa_crypto.cpp.