IMac
The base interface for implementations of message authentication codes (MACs).
The algorithm name.
Update the MAC with a block of bytes.
Perform final calculations, producing the result MAC.
int GetMacSize()
Return the size, in bytes, of the MAC produced by this implementation.
Initialise the MAC.
void Reset()
Reset the MAC back to its initial state.
Update the MAC with a single byte.