botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
CurveGFpMontgomery.this
botan
math
ec_gfp
curve_gfp
CurveGFpMontgomery
Undocumented in source.
class
CurveGFpMontgomery
this
()
(
auto
const
ref
BigInt
p
,
auto
const
ref
BigInt
a
,
auto
const
ref
BigInt
b
)
Meta
Source
See Implementation
botan
math
ec_gfp
curve_gfp
CurveGFpMontgomery
constructors
this
destructors
~this
functions
curveMul
curveSqr
fromCurveRep
getA
getARep
getB
getBRep
getP
getPWords
toCurveRep
toVector
variables
m_ctx
m_mont
m_p_bn
m_x_
m_y_
m_z_