Available on crate feature signature only.
Expand description

Modules

  • derder
    Support for ASN.1 DER-encoded ECDSA signatures as specified in RFC5912 Appendix A.
  • ECDSA support for the NIST P-256 elliptic curve
  • ECDSA support for the NIST P-384 elliptic curve

Structs

  • ECDSA signature (fixed-size). Generic over elliptic curve types.
  • ECDSA signing key. Generic over elliptic curves.
  • ECDSA verifying key. Generic over elliptic curves.

Traits