dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
HMac.reset
dcrypt
macs
hmac
HMac
Reset the digest back to it's initial state.
struct
HMac
(D, uint blockSize = D.blockSize)
@
safe
void
reset
nothrow @
nogc
(
)
in { assert (initialized, "HMac not initialized!"); }
if
(
isDigest
!
D
)
Meta
Source
See Implementation
dcrypt
macs
hmac
HMac
functions
finish
put
reset
start
Reset the digest back to it's initial state.