Crypto++
|
#include <safer.h>
Public Types | |
typedef BlockCipherFinal < ENCRYPTION, SAFER_Impl< Enc, SAFER_K_Info, false > > | Encryption |
typedef BlockCipherFinal < DECRYPTION, SAFER_Impl< Dec, SAFER_K_Info, false > > | Decryption |
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
static size_t | StaticGetValidKeyLength (size_t n) |
static unsigned int | StaticGetDefaultRounds (size_t keylength) |
Protected Member Functions | |
void | ThrowIfInvalidRounds (int rounds, const Algorithm *alg) |
unsigned int | GetRoundsAndThrowIfInvalid (const NameValuePairs ¶m, const Algorithm *alg) |