Type Definition k256::ecdsa::VerifyingKey

source ·
pub type VerifyingKey = VerifyingKey<Secp256k1>;
Available on crate features ecdsa-core and ecdsa only.
Expand description

ECDSA/secp256k1 verification key (i.e. public key)