#include <dmac.h>
Inheritance diagram for DMAC< T >:

Based on "CBC MAC for Real-Time Data Sources" by Erez Petrank and Charles Rackoff. T should be a class derived from BlockCipherDocumentation.
Definition at line 39 of file dmac.h.
Public Member Functions | |
| DMAC () | |
| DMAC (const byte *key, size_t length=DMAC_Base< T >::DEFAULT_KEYLENGTH) | |
| Clonable * | Clone () const |
| this is not implemented by most classes yet | |
1.5.1-p1