ecdsa 0.3.0

Signature and elliptic curve types providing interoperable support for the Elliptic Curve Digital Signature Algorithm (ECDSA)
Documentation
[dependencies.elliptic-curve]
default-features = false
features = ["weierstrass"]
version = "0.2.0"

[dependencies.generic-array]
default-features = false
version = "0.12"

[dependencies.sha2]
default-features = false
optional = true
version = "0.8"

[dependencies.signature]
default-features = false
version = "1.0.0-pre.1"

[features]
default = ["digest", "std", "zeroize"]
digest = ["signature/digest-preview", "sha2"]
std = ["elliptic-curve/getrandom", "elliptic-curve/std", "signature/std"]
test-vectors = []
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"
documentation = "https://docs.rs/ecdsa"
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.3.0"
[package.metadata.docs.rs]
all-features = true