Skip to main content

Module ec

Module ec 

Source
Expand description

Definitions of NIST elliptic curves.

If you’re looking for curve25519, see the x25519 and ed25519 modules.

Structs§

P256
The NIST P-256 curve, also called secp256r1.
P384
The NIST P-384 curve, also called secp384r1.

Traits§

Curve
An elliptic curve.