botan ~master (2020-08-19T17:56:38Z)
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
(
BigInt
*
z
,
const
(
BigInt
)*
x
,
ref
SecureVector
!
word
ws
)
Parameters
z
BigInt
*
output
x
const
(
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
swap
toCurveRep
toVector
Montgomery squaring/reduction Notes: z cannot alias x