pub type VerifyingKey = VerifyingKey<NistP384>;
Expand description
ECDSA/P-384 verification key (i.e. public key)
Aliased Typeยง
struct VerifyingKey { /* private fields */ }
pub type VerifyingKey = VerifyingKey<NistP384>;
ECDSA/P-384 verification key (i.e. public key)
struct VerifyingKey { /* private fields */ }