ecdsa 0.12.3

Signature and elliptic curve types providing interoperable support for the Elliptic Curve Digital Signature Algorithm (ECDSA)
Documentation
[dependencies.der]
optional = true
version = "0.4"

[dependencies.elliptic-curve]
default-features = false
version = "0.10.4"

[dependencies.hmac]
default-features = false
optional = true
version = "0.11"

[dependencies.signature]
default-features = false
features = ["rand-preview"]
version = ">= 1.3.1, < 1.4.0"
[dev-dependencies.elliptic-curve]
default-features = false
features = ["dev"]
version = "0.10.4"

[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.sha2]
default-features = false
version = "0.9"

[features]
alloc = []
arithmetic = ["elliptic-curve/arithmetic"]
default = ["digest"]
dev = ["arithmetic", "digest", "elliptic-curve/dev", "hazmat", "zeroize"]
digest = ["signature/digest-preview"]
hazmat = []
pem = ["elliptic-curve/pem", "pkcs8"]
pkcs8 = ["elliptic-curve/pkcs8", "der"]
sign = ["arithmetic", "digest", "hazmat", "hmac", "zeroize"]
std = ["alloc", "elliptic-curve/std", "signature/std"]
verify = ["arithmetic", "digest", "hazmat"]
zeroize = ["elliptic-curve/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Signature and elliptic curve types providing interoperable support for the\nElliptic Curve Digital Signature Algorithm (ECDSA)\n"
edition = "2018"
keywords = ["crypto", "ecc", "nist", "secp256k1", "signature"]
license = "Apache-2.0 OR MIT"
name = "ecdsa"
readme = "README.md"
repository = "https://github.com/RustCrypto/signatures"
version = "0.12.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]