GHashGeneral.updateAAD

add data to the AAD stream

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

Parameters

aad
Type: ubyte[]

data to be authenticated only

Meta