GCM.processAADBytes

Process additional authenticated data.

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

Meta