template<unsigned int D, unsigned int N = 1, unsigned int M = INT_MAX>
class VariableRounds< D, N, M >
Inherited by algorithms with variable number of rounds.
- Template Parameters
-
D | Default number of rounds |
N | Minimum number of rounds |
M | Maximum number of rounds |
Definition at line 64 of file seckey.h.
template<unsigned int D, unsigned int N = 1, unsigned int M = INT_MAX>
static unsigned int VariableRounds< D, N, M >::StaticGetDefaultRounds |
( |
size_t |
keylength | ) |
|
|
inlinestatic |
The default number of rounds for the algorithm based on key length provided by a static function.
- Parameters
-
keylength | the size of the key, in bytes |
keylength is unused in the default implementation.
Definition at line 77 of file seckey.h.