P521VerifyingKey

Type Alias P521VerifyingKey 

Source
pub type P521VerifyingKey = VerifyingKey<NistP521>;
Expand description

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

Aliased Typeยง

pub struct P521VerifyingKey { /* private fields */ }