DerSignature

Type Alias DerSignature 

Source
pub type DerSignature = Signature<NistP521>;
Expand description

ECDSA/P-521 signature (ASN.1 DER encoded)

Aliased Typeยง

pub struct DerSignature { /* private fields */ }