P256VerifyingKey

Type Alias P256VerifyingKey 

Source
pub type P256VerifyingKey = VerifyingKey<NistP256>;
Expand description

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

Aliased Typeยง

pub struct P256VerifyingKey { /* private fields */ }