IAeadCipher
A cipher mode that includes authenticated encryption with a streaming mode and optional
associated data.
The name of the algorithm this cipher implements.
byte[] GetMac()
Initialise the cipher.
Add a single byte to the associated data check.
Add a sequence of bytes to the associated data check.
void Reset()
Reset the cipher to the same state as it was after the last init (if there was one).