Type Definition k256::ecdsa::Signature

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

ECDSA/secp256k1 signature (fixed-size)

Trait Implementations§

Converts to this type from the input type.