|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
DMAC message authentication code. More...
#include <dmac.h>
Inheritance diagram for DMAC< T >:Public Member Functions | |
| DMAC () | |
| Construct a DMAC. | |
| DMAC (const byte *key, size_t length=DMAC_Base< T >::DEFAULT_KEYLENGTH) | |
| Construct a DMAC. | |
Public Member Functions inherited from ClonableImpl< DERIVED, BASE > | |
| Clonable * | Clone () const |
| Create a copy of this object. | |
DMAC message authentication code.
| T | class derived from BlockCipherDocumentation |