ModularReducer.cube

Cube mod p

struct ModularReducer
const
cube
()
(
auto const ref BigInt x
)

Parameters

x BigInt

integer

Return Value

Type: BigInt

(x * x * x) % p

Meta