Type Alias tendermint::public_key::Secp256k1

source ·
pub type Secp256k1 = VerifyingKey<Secp256k1>;
Expand description

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

Aliased Type§

struct Secp256k1 { /* private fields */ }