feisty meow concerns codebase
2.140
|
#include <application/hoople_main.h>
#include <basis/byte_array.h>
#include <basis/astring.h>
#include <crypto/blowfish_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 | 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 |
#define DEBUG_BLOWFISH |
Definition at line 46 of file test_blowfish_crypto.cpp.
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 44 of file test_blowfish_crypto.cpp.
Definition at line 131 of file test_blowfish_crypto.cpp.
const int ITERATIONS = 4 |
Definition at line 53 of file test_blowfish_crypto.cpp.
const int MAX_STRING = 20000 |
Definition at line 55 of file test_blowfish_crypto.cpp.
const int TEST_RUNS_PER_KEY = 5 |
Definition at line 49 of file test_blowfish_crypto.cpp.
const int THREAD_COUNT = 10 |
Definition at line 51 of file test_blowfish_crypto.cpp.