Crypto++
|
Public Member Functions | |
void | UncheckedSetKey (const byte *userKey, unsigned int length, const NameValuePairs ¶ms) |
unsigned int | BlockSize () const |
Static Protected Member Functions | |
static void | FillEncTable () |
static void | FillDecTable () |
Protected Attributes | |
unsigned int | m_rounds |
FixedSizeAlignedSecBlock < word32, 4 *15 > | m_key |
Static Protected Attributes | |
static const byte | Se [256] |
static const byte | Sd [256] |
static const word32 | rcon [] |
const word32 Rijndael::Base::rcon [static, protected] |
{ 0x01000000, 0x02000000, 0x04000000, 0x08000000, 0x10000000, 0x20000000, 0x40000000, 0x80000000, 0x1B000000, 0x36000000, }
Definition at line 34 of file rijndael.h.