GCM.getMac

Write the MAC of the processed data to buf

struct GCM(T)
nothrow @nogc
void
getMac
(
ubyte[] buf
)
if (
is(T == void) ||
(
isBlockCipher!T &&
T.blockSize == 16
)
)

Meta