GF128.power

raises x to the power 'pow' by squaring x <- x^pow

struct GF128
static nothrow @nogc
void
power
(
T
)
(
T[] x
,
ulong pow
)
if (
isIntegral!T
)

Parameters

x T[]

this value gets raised to the power pow

pow ulong

the power

Meta