Skip to main content

Secp256r1

Type Alias Secp256r1 

pub type Secp256r1 = RustCryptoCurve<NistP256, ExpandMsgXmd<CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, OidSha256>>>>;
Available on crate features curve-secp256r1 and secp256r1 only.
Expand description

secp256r1 curve

Based on [p256] crate

Aliased Typeยง

pub struct Secp256r1 { /* private fields */ }