#include <xormac.h>
If you need to generate MACs with XMACC (instead of just verifying them), you must save the counter before destroying an XMACC object and reinitialize it the next time you create an XMACC with the same key. Start counter at 0 when using a key for the first time.
Definition at line 65 of file xormac.h.
Public Member Functions | |
| XMACC (const byte *key, word32 counter=0xffffffff) | |
1.3.6