dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
Poly1305.reset
dcrypt
macs
poly1305
Poly1305
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
Source
See Implementation
dcrypt
macs
poly1305
Poly1305
destructors
~this
functions
reset
start
Resets the internal state such that a new MAC can be computed.