botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
ModularReducer.multiply
botan
math
numbertheory
reducer
ModularReducer
Multiply mod p
struct
ModularReducer
public const
BigInt
multiply
(
const
(
BigInt
)*
x
,
const
(
BigInt
)*
y
)
Parameters
x
const
(
BigInt
)*
integer
y
const
(
BigInt
)*
integer
Return Value
Type:
BigInt
(x * y) % p
Meta
Source
See Implementation
botan
math
numbertheory
reducer
ModularReducer
constructors
this
functions
cube
getModulus
initialized
multiply
reduce
square
properties
clone
Multiply mod p