P384VerifyingKey

Type Alias P384VerifyingKey 

Source
pub type P384VerifyingKey = VerifyingKey<NistP384>;
Expand description

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

Aliased Typeยง

pub struct P384VerifyingKey { /* private fields */ }