feisty meow concerns codebase  2.140
blowfish_crypto.cpp File Reference
#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>
Include dependency graph for blowfish_crypto.cpp:

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
 

Macro Definition Documentation

◆ DISCUSS_KEY_SIZE

#define DISCUSS_KEY_SIZE (   key_size)

Definition at line 79 of file blowfish_crypto.cpp.

◆ DISCUSS_PROVIDED_KEY

#define DISCUSS_PROVIDED_KEY (   key_size,
  key 
)

Definition at line 78 of file blowfish_crypto.cpp.

◆ LOG

#define LOG (   t)

Definition at line 52 of file blowfish_crypto.cpp.