#include <misc.h>
Inheritance diagram for VariableKeyLength:

Public Types | |
| enum | { MIN_KEYLENGTH = N, MAX_KEYLENGTH = M, DEFAULT_KEYLENGTH = D, KEYLENGTH_MULTIPLE = Q } |
Static Public Methods | |
| unsigned int | KeyLength (unsigned int n) |
| returns the smallest valid key length in bytes that is >= min(n, MAX_KEYLENGTH). More... | |
Definition at line 482 of file misc.h.
|
|||
|
|
|
||||
|
returns the smallest valid key length in bytes that is >= min(n, MAX_KEYLENGTH).
Definition at line 487 of file misc.h. Referenced by Rijndael::Rijndael(). |
1.2.4 written by Dimitri van Heesch,
© 1997-2000