HMAC< T > Class Template Reference
HMAC
More...
#include <hmac.h>
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: