GF128.multiplyP

multiplication by P (only bit 1 = 1)

struct GF128
static
void
multiplyP
nothrow @nogc
(
T[] x
)
in { assert (x.length == 16, "x: invalid length. must be 16."); }

Meta