Crypto++
|
#include <shark.h>
Public Types | |
typedef BlockCipherFinal < ENCRYPTION, Enc > | Encryption |
typedef BlockCipherFinal < DECRYPTION, Dec > | 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) |