GHashGeneral.updateAAD

add data to the AAD stream

struct GHashGeneral(Multiplier)
nothrow @nogc
void
updateAAD
(
in ubyte[] aad...
)
if (
isGCMMultiplier!Multiplier
)

Parameters

aad ubyte[]

data to be authenticated only

Meta