feisty meow concerns codebase
2.140
|
#include "encryption_infoton.h"
#include <basis/byte_array.h>
#include <basis/mutex.h>
#include <basis/functions.h>
#include <crypto/blowfish_crypto.h>
#include <crypto/rsa_crypto.h>
#include <octopus/tentacle.h>
#include <structures/static_memory_gremlin.h>
#include <textual/byte_formatter.h>
Go to the source code of this file.
Namespaces | |
octopi | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s); |
Functions | |
octopi::SAFE_STATIC_CONST (string_array, encryption_infoton::encryption_classifier,(1, &encryption_class_constant)) int encryption_infoton | |
Variables | |
const char * | octopi::encryption_class_constant = "#octcod" |
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s); |
Definition at line 43 of file encryption_infoton.cpp.