HMAC.
More...
|
|
static const int | DIGESTSIZE =T::DIGESTSIZE |
| |
|
static const int | BLOCKSIZE =T::BLOCKSIZE |
| |
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()
Construct a HMAC.
- Parameters
-
| key | the HMAC key |
| length | the size of the HMAC key |
Definition at line 65 of file hmac.h.
The documentation for this class was generated from the following file: