HMAC.
More...
#include <hmac.h>
template<class T>
class HMAC< T >
HMAC.
- Template Parameters
-
HMAC derives from MessageAuthenticationCodeImpl. It calculates the HMAC using HMAC(K, text) = H(K XOR opad, H(K XOR ipad, text))
.
- See also
- HMAC
- Since
- Crypto++ 2.1
Definition at line 52 of file hmac.h.
◆ ~HMAC()
◆ HMAC() [1/2]
◆ HMAC() [2/2]
Construct a HMAC.
- Parameters
-
key | the HMAC key |
length | the size of the HMAC key |
Definition at line 65 of file hmac.h.
◆ StaticAlgorithmName()
template<class T >
static std::string HMAC< T >::StaticAlgorithmName |
( |
| ) |
|
|
inlinestatic |
◆ AlgorithmName()
template<class T >
std::string HMAC< T >::AlgorithmName |
( |
| ) |
const |
|
inline |
◆ AlgorithmProvider()
template<class T >
std::string HMAC< T >::AlgorithmProvider |
( |
| ) |
const |
|
inline |
◆ DIGESTSIZE
template<class T >
const int HMAC< T >::DIGESTSIZE =T::DIGESTSIZE |
|
static |
◆ BLOCKSIZE
template<class T >
const int HMAC< T >::BLOCKSIZE =T::BLOCKSIZE |
|
static |
The documentation for this class was generated from the following file: