ecdsa 0.16.0-pre.0

Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy
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

dev

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

signing

  • arithmetic
  • digest
  • hazmat
  • rfc6979

std

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

verifying

  • arithmetic
  • digest
  • hazmat

pkcs8

  • elliptic-curve/pkcs8
  • der

pem

  • elliptic-curve/pem
  • pkcs8

serde

  • elliptic-curve/serde
  • serdect

arithmetic

  • elliptic-curve/arithmetic

alloc

  • signature/alloc

hazmat

    This feature flag does not enable additional features.

der

    This feature flag does not enable additional features.

serdect

    This feature flag does not enable additional features.

rfc6979

    This feature flag does not enable additional features.