[−][src]Crate p384
NIST P-384 elliptic curve (a.k.a. secp384r1)
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
| ecdsa | feature="ecdsa"Elliptic Curve Digital Signature Algorithm (ECDSA) |
Structs
| NistP384 | NIST P-384 elliptic curve. |
Type Definitions
| CompressedPoint | NIST P-384 Compressed Curve Point |
| ElementBytes | NIST P-384 Scalar Bytes. |
| PublicKey | NIST P-384 Public Key |
| SecretKey | NIST P-384 Secret Key |
| UncompressedPoint | NIST P-384 Uncompressed Curve Point |