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