Skip to main content

Secp384r1

Type Alias Secp384r1 

pub type Secp384r1 = RustCryptoCurve<NistP384, ExpandMsgXmd<CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>, B0>, OidSha384>>>>;
Available on crate features curve-secp384r1 and secp384r1 only.
Expand description

secp384r1 curve (NIST P-384)

Based on [p384] crate

Aliased Typeยง

pub struct Secp384r1 { /* private fields */ }