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

dev

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

signing

  • arithmetic
  • digest
  • hazmat
  • rfc6979

verifying

  • arithmetic
  • digest
  • hazmat

std

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

alloc

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

pkcs8

  • digest
  • elliptic-curve/pkcs8
  • der

pem

  • elliptic-curve/pem
  • pkcs8

serde

  • elliptic-curve/serde
  • serdect

serdect

  • dep:serdect

sha2

  • dep:sha2

rfc6979

  • dep:rfc6979

spki

  • dep:spki

der

  • dep:der

arithmetic

  • elliptic-curve/arithmetic

hazmat

    This feature flag does not enable additional features.