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