[][src]Module rcrypto::elliptic

Structs

CurveP224

FIPS 186-4, D.1.2.3 P-224 Curve
GF(p), E: $y^2 \equiv x^3 - 3\cdot x + b \mod p$
p.bits_len() = 224

CurveP256
CurveParams

CurveParams contains the parameters of an elliptic curve

KeyPair
PrivateKey
PublicKey

Traits

EllipticCurve

A Curve represents a short-form Weierstrass curve with a=-3.
(0, 0) identifies the infinite point. See https://www.hyperelliptic.org/EFD/g1p/auto-shortw.html