GCM.reset

Reset the cipher. After resetting the cipher is in the same state as it was after the last init (if there was one).

struct GCM(T)
void
reset
nothrow
(
)
if (
is(T == void) ||
(
T.blockSize == 16
)
)

Meta