Crypto++
Public Member Functions | Static Public Member Functions | Static Public Attributes
HMAC Class Reference

HMAC More...

#include <hmac.h>

Inheritance diagram for HMAC:
MessageAuthenticationCodeImpl< HMAC_Base, HMAC< T > >

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

HMAC

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


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