logo

Type Definition k256::ecdsa::Signature

source · []
pub type Signature = Signature<Secp256k1>;
This is supported on crate feature ecdsa-core only.
Expand description

ECDSA/secp256k1 signature (fixed-size)

Trait Implementations

Performs the conversion.