GHashGeneral.this

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

Parameters

H
Type: ubyte[]

element of GF(2^128)

Meta