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

ECDSA/P-384 verify key

Aliased Type§

struct VerifyingKey(/* private fields */);