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