pub type VerifyingKey = VerifyingKey<Secp256k1>;
Expand description
ECDSA/secp256k1 verification key (i.e. public key)
Aliased Typeยง
struct VerifyingKey { /* private fields */ }
pub type VerifyingKey = VerifyingKey<Secp256k1>;
ECDSA/secp256k1 verification key (i.e. public key)
struct VerifyingKey { /* private fields */ }