#include <safer.h>
Inheritance diagram for SAFER_SK_Info:
Definition at line 69 of file safer.h.
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
static unsigned int | DefaultRounds (unsigned int keylength) |
static unsigned int | StaticGetValidKeyLength (unsigned int n) |
static unsigned int | StaticGetDefaultRounds (unsigned int keylength) |
Static Protected Member Functions | |
static void | AssertValidRounds (unsigned int rounds) |
static void | CheckedSetKey (T *obj, CipherDir dir, const byte *key, unsigned int length, const NameValuePairs ¶m) |