ecdsa 0.14.0

Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard)
Documentation

ecdsa

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 2 of them enabled by default.

default

  • digest

digest

  • signature/digest-preview

dev

  • arithmetic
  • digest
  • elliptic-curve/dev
  • hazmat

sign

  • arithmetic
  • digest
  • hazmat
  • rfc6979

verify

  • arithmetic
  • digest
  • hazmat

std

  • alloc
  • elliptic-curve/std
  • signature/std

pkcs8

  • elliptic-curve/pkcs8
  • der

pem

  • elliptic-curve/pem
  • pkcs8

serde

  • elliptic-curve/serde
  • serdect

arithmetic

  • elliptic-curve/arithmetic

serdect

    This feature flag does not enable additional features.

rfc6979

    This feature flag does not enable additional features.

der

    This feature flag does not enable additional features.

alloc

    This feature flag does not enable additional features.

hazmat

    This feature flag does not enable additional features.