Crate p384[][src]

Expand description

NIST P-384 elliptic curve (a.k.a. secp384r1)

Minimum Supported Rust Version

Rust 1.51 or higher.

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

Re-exports

pub use elliptic_curve;
pub use elliptic_curve::pkcs8;

Modules

ecdsaecdsa

Elliptic Curve Digital Signature Algorithm (ECDSA)

Structs

NistP384

NIST P-384 elliptic curve.

Type Definitions

EncodedPoint

NIST P-384 SEC1 encoded point.

FieldBytes

NIST P-384 field element serialized as bytes.

SecretKeyzeroize

NIST P-384 secret key.