GHashGeneral.init

initialize the hash

struct GHashGeneral(Multiplier)
void
init
nothrow @nogc
(
in ubyte[] H
)
in { assert (H.length == BLOCKSIZE, "H must be 16 bytes"); }
if (
isGCMMultiplier!Multiplier
)

Parameters

H
Type: ubyte[]

the factor used for multiplication.

Meta