botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
CurveGFpNIST.curveSqr
botan
math
ec_gfp
curve_nistp
CurveGFpNIST
Montgomery squaring/reduction Notes: z cannot alias x
class
CurveGFpNIST
override const
void
curveSqr
(
ref
BigInt
z
,
const
ref
BigInt
x
,
ref
SecureVector
!
word
ws
)
Parameters
z
BigInt
output
x
BigInt
multiplicand
Meta
Source
See Implementation
botan
math
ec_gfp
curve_nistp
CurveGFpNIST
constructors
this
functions
curveMul
curveSqr
fromCurveRep
getA
getARep
getB
getBRep
getPWords
maxRedcSubstractions
redc
toCurveRep
toVector
Montgomery squaring/reduction Notes: z cannot alias x