#include <hmac.h>
Inheritance diagram for HMAC< T >:

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 |
1.5.1-p1