GCM.processAADBytes

Add a sequence of bytes to the associated data check.

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

Meta