p256::ecdsa

Type Alias DerSignature

source
pub type DerSignature = Signature<NistP256>;
Expand description

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

Aliased Typeยง

struct DerSignature { /* private fields */ }