|
feisty meow concerns codebase
2.140
|
#include "blowfish_crypto.h"#include "ssl_init.h"#include <basis/astring.h>#include <basis/functions.h>#include <basis/mutex.h>#include <loggers/critical_events.h>#include <loggers/program_wide_logger.h>#include <mathematics/chaos.h>#include <structures/static_memory_gremlin.h>#include <openssl/blowfish.h>#include <openssl/evp.h>
Go to the source code of this file.
Namespaces | |
| crypto | |
Macros | |
| #define | LOG(t) |
| #define | DISCUSS_PROVIDED_KEY(key_size, key) |
| #define | DISCUSS_KEY_SIZE(key_size) |
Variables | |
| const int | crypto::FUDGE = 128 |
| #define DISCUSS_KEY_SIZE | ( | key_size | ) |
Definition at line 79 of file blowfish_crypto.cpp.
| #define DISCUSS_PROVIDED_KEY | ( | key_size, | |
| key | |||
| ) |
Definition at line 78 of file blowfish_crypto.cpp.
| #define LOG | ( | t | ) |
Definition at line 52 of file blowfish_crypto.cpp.