GCMPCLMULQDQMultiplier.multiply

Multiply x by H and store result in x.

struct GCMPCLMULQDQMultiplier
nothrow @nogc
void
multiply
(
ubyte[] x
)
in { assert (x.length == 16, "x: invalid length."); }

Parameters

x
Type: ubyte[]

16 byte block

Meta