Poly1305.reset

Resets the internal state such that a new MAC can be computed.

struct Poly1305(Cipher)
void
reset
(
)
if (
(
isBlockCipher!Cipher &&
Cipher.blockSize == 16
)
||
is(Cipher == void)
)

Meta