[][src]Crate p256

NIST P-256 elliptic curve (a.k.a. prime256v1, secp256r1)

Minimum Supported Rust Version

Rust 1.41 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

Re-exports

pub use elliptic_curve;

Modules

arithmeticfeature="arithmetic"

A pure-Rust implementation of group operations on secp256r1.

Structs

NistP256

NIST P-256 elliptic curve.

Type Definitions

PublicKey

NIST P-256 public keys

SecretKey

NIST P-256 secret keys