ModularReducer.cube

Cube mod p

struct ModularReducer
const
cube
()
(
const(BigInt)* x
)

Parameters

x const(BigInt)*

integer

Return Value

Type: BigInt

(x * x * x) % p

Meta