ecdsa 0.16.9

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 17 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

pkcs8

  • digest
  • elliptic-curve/pkcs8
  • der

std

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

alloc

  • elliptic-curve/alloc
  • signature/alloc
  • spki/alloc

verifying

  • arithmetic
  • digest
  • hazmat

serde

  • elliptic-curve/serde
  • serdect

pem

  • elliptic-curve/pem
  • pkcs8

rfc6979

  • dep:rfc6979

sha2

  • dep:sha2

spki

  • dep:spki

arithmetic

  • elliptic-curve/arithmetic

der

  • dep:der

serdect

  • dep:serdect

hazmat

    This feature flag does not enable additional features.