Definition in file cryptlib.h.
#include "cryptopp_config.h"
#include "stdcpp.h"
#include <limits.h>
#include <exception>
#include <string>
#include <typeinfo>
#include <assert.h>
Go to the source code of this file.
Namespaces | |
namespace | Name |
Typedefs | |
typedef EnumToType< ByteOrder, LITTLE_ENDIAN_ORDER > | LittleEndian |
typedef EnumToType< ByteOrder, BIG_ENDIAN_ORDER > | BigEndian |
typedef HashTransformation | HashFunction |
Enumerations | |
enum | CipherDir { ENCRYPTION, DECRYPTION } |
used to specify a direction for a cipher to operate in (encrypt or decrypt) | |
enum | ByteOrder { LITTLE_ENDIAN_ORDER = 0, BIG_ENDIAN_ORDER = 1 } |
Functions | |
RandomNumberGenerator & | NullRNG () |
returns a reference that can be passed to functions that ask for a RNG but doesn't actually use it | |
BufferedTransformation & | TheBitBucket () |
returns a reference to a BufferedTransformation object that discards all input | |
Variables | |
const unsigned long | INFINITE_TIME = ULONG_MAX |
used to represent infinite time | |
const NullNameValuePairs | g_nullNameValuePairs |
_ |