[go: up one dir, main page]

Type Alias VerifyingKey

Source
pub type VerifyingKey = VerifyingKey<NistP384>;
Available on crate features ecdsa-core and ecdsa only.
Expand description

ECDSA/P-384 verification key (i.e. public key)

Aliased Typeยง

pub struct VerifyingKey { /* private fields */ }