#include <tea.h>
Inheritance diagram for XTEA_Info:
Definition at line 52 of file tea.h.
Static Public Member Functions | |
static const char * | StaticAlgorithmName () |
static unsigned int | StaticGetValidKeyLength (unsigned int) |
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) |