ecdsa 0.16.5

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 16 feature flags, 2 of them enabled by default.

default

  • digest

digest

  • dep:digest
  • signature/digest

signing

  • arithmetic
  • digest
  • hazmat
  • rfc6979

dev

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

verifying

  • arithmetic
  • digest
  • hazmat

pkcs8

  • digest
  • elliptic-curve/pkcs8
  • der

std

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

alloc

  • elliptic-curve/alloc
  • signature/alloc

pem

  • elliptic-curve/pem
  • pkcs8

serde

  • elliptic-curve/serde
  • serdect

sha2

  • dep:sha2

rfc6979

  • dep:rfc6979

der

  • dep:der

serdect

  • dep:serdect

arithmetic

  • elliptic-curve/arithmetic

hazmat

    This feature flag does not enable additional features.