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