HMAC< T > Class Template Reference

HMAC More...

#include <hmac.h>

Inheritance diagram for HMAC< T >:

MessageAuthenticationCodeImpl< HMAC_Base, HMAC< T > > AlgorithmImpl< SimpleKeyingInterfaceImpl< BASE, INFO >, INFO >

List of all members.

Public Member Functions

 HMAC (const byte *key, size_t length=HMAC_Base::DEFAULT_KEYLENGTH)
std::string AlgorithmName () const

Static Public Member Functions

static std::string StaticAlgorithmName ()

Static Public Attributes

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


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.


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 02:38:31 2008 for Crypto++ by  doxygen 1.5.7.1