HMAC< T > Class Template Reference

#include <hmac.h>

Inheritance diagram for HMAC< T >:

MessageAuthenticationCodeImpl< HMAC_Base, HMAC< T > > AlgorithmImpl< SimpleKeyingInterfaceImpl< HMAC_Base, HMAC< T > >, HMAC< T > > SimpleKeyingInterfaceImpl< HMAC_Base, HMAC< T > > HMAC_Base VariableKeyLength< 16, 0, INT_MAX > MessageAuthenticationCode HashTransformation SimpleKeyingInterface Algorithm Clonable List of all members.

Detailed Description

template<class T>
class HMAC< T >

HMAC

HMAC(K, text) = H(K XOR opad, H(K XOR ipad, text))

Definition at line 40 of file hmac.h.

Public Member Functions

 HMAC ()
 HMAC (const byte *key, size_t length=HMAC_Base::DEFAULT_KEYLENGTH)
std::string AlgorithmName () const
 returns name of this algorithm, not universally implemented yet

Static Public Member Functions

static std::string StaticAlgorithmName ()

Static Public Attributes

static const int DIGESTSIZE = T::DIGESTSIZE
static const int BLOCKSIZE = T::BLOCKSIZE


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