#include <seckey.h>
Definition at line 50 of file seckey.h.
Public Types | |
enum | { DEFAULT_ROUNDS = D, MIN_ROUNDS = N, MAX_ROUNDS = M } |
Static Public Member Functions | |
static unsigned int | StaticGetDefaultRounds (unsigned int keylength) |
Static Protected Member Functions | |
static void | AssertValidRounds (unsigned int rounds) |
template<class T> | |
static void | CheckedSetKey (T *obj, CipherDir dir, const byte *key, unsigned int length, const NameValuePairs ¶m) |