VariableRounds< D, N, M > Class Template Reference

#include <seckey.h>

List of all members.


Detailed Description

template<unsigned int D, unsigned int N = 1, unsigned int M = INT_MAX>
class VariableRounds< D, N, M >

to be inherited by ciphers with variable number of rounds

Definition at line 39 of file seckey.h.

Static Public Member Functions

static unsigned int StaticGetDefaultRounds (size_t keylength)

Static Public Attributes

static const int DEFAULT_ROUNDS = D
static const int MIN_ROUNDS = N
static const int MAX_ROUNDS = M

Protected Member Functions

void ThrowIfInvalidRounds (int rounds, const Algorithm *alg)
unsigned int GetRoundsAndThrowIfInvalid (const NameValuePairs &param, const Algorithm *alg)


The documentation for this class was generated from the following file:
Generated on Sat Dec 23 02:07:37 2006 for Crypto++ by  doxygen 1.5.1-p1