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