Available on crate feature
signature
only.Expand description
Elliptic Curve Digital Signature Algorithm
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
Modules§
- der
- Support for ASN.1 DER-encoded ECDSA signatures as specified in RFC5912 Appendix A.
- p256
- ECDSA support for the NIST P-256 elliptic curve
- p384
- ECDSA support for the NIST P-384 elliptic curve
Structs§
- Signature
- ECDSA signature (fixed-size). Generic over elliptic curve types.
- Signing
Key - ECDSA signing key. Generic over elliptic curves.
- Verifying
Key - ECDSA verifying key. Generic over elliptic curves.
Traits§
- Curve
Alg - Trait for associating a ring
EcdsaSigningAlgorithm
with an elliptic curve - Prime
Curve - Marker trait for elliptic curves with prime order.