pub type VerifyingKey = VerifyingKey<NistP256>;
Available on crate feature signature only.
Expand description

ECDSA/P-256 verify key

Aliased Type§

struct VerifyingKey(/* private fields */);