ModularReducer.multiply

Multiply mod p

struct ModularReducer
const
multiply
()
(
auto const ref BigInt x
,
auto const ref BigInt y
)

Parameters

x BigInt

integer

y BigInt

integer

Return Value

Type: BigInt

(x * y) % p

Meta