GCM.processAADBytes

Process additional authenticated data.

struct GCM(T)
void
processAADBytes
nothrow @nogc
(
in ubyte[] aad...
)
in { assert (initialized, "not initialized"); }
if (
is(T == void) ||
(
T.blockSize == 16
)
)

Meta