Expand description
Elliptic Curve Digital Signature Algorithm (ECDSA) support
Re-exports
Modules
- ECDSA algorithms (i.e. hash functions)
- der
der
Support for ASN.1 DER-encoded ECDSA signatures as specified in RFC5912 Appendix A. - NIST P-256 elliptic curve (a.k.a. prime256v1, secp256r1)
- NIST P-384 elliptic curve.
- sec1
sec1
Support for SEC1 elliptic curve encoding formats. - secp256k1
secp256k1
secp256k1 elliptic curve
Structs
- NIST P-256 elliptic curve.
- NIST P-384 elliptic curve.
- Secp256k1
secp256k1
secp256k1 (K-256) elliptic curve. - ECDSA signature (fixed-size). Generic over elliptic curve types.
- ECDSA signature provider for yubihsm-client