CurveGFpNIST.curveSqr

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