Type Alias ring_compat::signature::ecdsa::p256::VerifyingKey
source · pub type VerifyingKey = VerifyingKey<NistP256>;
Available on crate feature
signature
only.Expand description
ECDSA/P-256 verify key
Aliased Type§
struct VerifyingKey(/* private fields */);