Type Alias coins_bip32::ecdsa::DerSignature
source · pub type DerSignature = Signature<Secp256k1>;
Expand description
ECDSA/secp256k1 signature (ASN.1 DER encoded)
Aliased Type§
struct DerSignature { /* private fields */ }
pub type DerSignature = Signature<Secp256k1>;
ECDSA/secp256k1 signature (ASN.1 DER encoded)
struct DerSignature { /* private fields */ }