Module signatory::ecdsa

source ·
Available on crate feature ecdsa only.
Expand description

Elliptic Curve Digital Signature Algorithm (ECDSA) support.

Re-exports

Modules

Structs

  • ECDSA keyring.
  • NistP256nistp256
    NIST P-256 elliptic curve.
  • NistP384nistp384
    NIST P-384 elliptic curve.
  • Secp256k1secp256k1
    secp256k1 (K-256) elliptic curve.
  • ECDSA signature (fixed-size). Generic over elliptic curve types.