GHashGeneral.doFinal

do final hash round and copy hash to buf resets GHASH

struct GHashGeneral(Multiplier)
void
doFinal
nothrow @nogc
(
ubyte[] buf
)
in { assert (buf.length >= BLOCKSIZE, "output buffer too short"); }
if (
isGCMMultiplier!Multiplier
)

Meta