signatory-secp256k1 0.9.0-alpha1

Signatory ECDSA provider for secp256k1-rs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "signatory-secp256k1"
version = "0.9.0-alpha1"
authors = ["Tony Arcieri <tony@iqlusion.io>"]
description = "Signatory ECDSA provider for secp256k1-rs"
homepage = "https://github.com/tendermint/signatory"
readme = "README.md"
keywords = ["cryptography", "bitcoin", "ecdsa", "secp256k1", "signatures"]
categories = ["authentication", "cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tendermint/signatory/tree/master/providers/signatory-secp256k1/"

[[bench]]
name = "ecdsa"
harness = false
[dependencies.lazy_static]
version = "1"

[dependencies.secp256k1]
version = "0.11"

[dependencies.signatory]
version = "0.9.0-alpha1"
features = ["digest", "ecdsa", "sha2", "test-vectors"]
[dev-dependencies.criterion]
version = "0.2"
[badges.circle-ci]
repository = "tendermint/signatory"