Implementation of the NIST P-384 (secp384r1) elliptic curve
Description
Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic
curve as defined in SP 800-186 with support for ECDH, ECDSA
signing/verification, and general purpose curve arithmetic support.
This package contains library source intended for building other packages which
use the "test-vectors" feature of the "p384" crate.