Skip to main content

DerSignature

Type Alias DerSignature 

pub type DerSignature = Signature<Secp256k1>;
Expand description

ECDSA/secp256k1 signature (ASN.1 DER encoded)

Aliased Typeยง

pub struct DerSignature { /* private fields */ }