Inherited by ciphers with variable number of rounds. More...
Static Public Member Functions | |
| static unsigned int | StaticGetDefaultRounds (size_t keylength) |
| The default number of rounds for the cipher based on key length provided by a static function. | |
Static Public Attributes | |
| static const int | DEFAULT_ROUNDS = D |
| The default number of rounds for the cipher provided as a constant. | |
| static const int | MIN_ROUNDS = N |
| The minimum number of rounds for the cipher provided as a constant. | |
| static const int | MAX_ROUNDS = M |
| The maximum number of rounds for the cipher provided as a constant. | |
Inherited by ciphers with variable number of rounds.
| D | Default number of rounds | |
| N | Minimum number of rounds | |
| D | Maximum number of rounds |
Definition at line 60 of file seckey.h.
| static unsigned int VariableRounds< D, N, M >::StaticGetDefaultRounds | ( | size_t | keylength | ) | [inline, static] |
1.6.1