Type Alias k256::ecdsa::Signature

source ·
pub type Signature = Signature<Secp256k1>;
Available on crate feature ecdsa-core only.
Expand description

ECDSA/secp256k1 signature (fixed-size)

Aliased Type§

struct Signature { /* private fields */ }