k256::ecdsa

Type Alias VerifyingKey

Source
pub type VerifyingKey = VerifyingKey<Secp256k1>;
Expand description

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

Aliased Typeยง

struct VerifyingKey { /* private fields */ }