ring_compat::signature

Module ecdsa

Source
Available on crate feature signature only.
Expand description

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.
SigningKey
ECDSA signing key. Generic over elliptic curves.
VerifyingKey
ECDSA verifying key. Generic over elliptic curves.

Traits§

CurveAlg
Trait for associating a ring EcdsaSigningAlgorithm with an elliptic curve
PrimeCurve
Marker trait for elliptic curves with prime order.