| 
    feisty meow concerns codebase
    2.140
    
   | 
 
#include <application/hoople_main.h>#include <basis/byte_array.h>#include <basis/astring.h>#include <crypto/rsa_crypto.h>#include <mathematics/chaos.h>#include <processes/ethread.h>#include <processes/thread_cabinet.h>#include <structures/static_memory_gremlin.h>#include <structures/unique_id.h>#include <textual/byte_formatter.h>#include <textual/string_manipulation.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>#include <stdio.h>#include <string.h>
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 | 
| #define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), to_print) | 
Definition at line 48 of file test_rsa_crypto.cpp.
Definition at line 130 of file test_rsa_crypto.cpp.
| const int ITERATIONS = 6 | 
Definition at line 58 of file test_rsa_crypto.cpp.
| const int KEY_SIZE = 1024 | 
Definition at line 50 of file test_rsa_crypto.cpp.
| const int MAX_STRING = 4000 | 
Definition at line 53 of file test_rsa_crypto.cpp.
| const int THREAD_COUNT = 5 | 
Definition at line 56 of file test_rsa_crypto.cpp.