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

Public Types | |
| enum | { DIGESTSIZE = T::DIGESTSIZE, BLOCKSIZE = T::BLOCKSIZE } |
Public Methods | |
| HMAC (const byte *userKey,unsigned int keylength=16) | |
| void | Update (const byte *input,unsigned int length) |
| process more input. More... | |
| void | Final (byte *mac) |
| unsigned int | DigestSize ()const |
| size of the hash returned by Final(). More... | |
HMAC(K, text) = H(K XOR opad, H(K XOR ipad, text))
Definition at line 13 of file hmac.h.
|
|||
|
|
|
||||||
|
|
|
||||
|
size of the hash returned by Final().
Reimplemented from HashModule. |
|
||||
|
Reimplemented from HashModule. |
|
||||||
|
process more input.
Reimplemented from HashModule. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000