GMac.reset

Reset the digest back to it's initial state.

struct GMac(T)
void
reset
nothrow
(
)
in { assert (initialized, "GMac not initialized. call init() first."); }

Meta