#include <rc5.h>
Inheritance diagram for RC5_Info:
Definition at line 13 of file rc5.h.
Public Types | |
typedef word32 | RC5_WORD |
Static Public Member Functions | |
const char * | StaticAlgorithmName () |
size_t __cdecl | StaticGetValidKeyLength (size_t n) |
unsigned int | StaticGetDefaultRounds (size_t keylength) |
Static Protected Member Functions | |
void | AssertValidRounds (unsigned int rounds) |
void | CheckedSetKey (T *obj, CipherDir dir, const byte *key, size_t length, const NameValuePairs ¶m) |