HMac.reset

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