GHashGeneral.init

initialize the hash

struct GHashGeneral(Multiplier)
nothrow @nogc
void
init
(
in ubyte[] H
)
if (
isGCMMultiplier!Multiplier
)

Parameters

H ubyte[]

the factor used for multiplication.

Meta