parity-secp256k1 0.7.0

Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities.
Documentation
[build-dependencies.cc]
version = "1.0.45"

[build-dependencies.cfg-if]
version = "0.1.10"
[dependencies.arrayvec]
version = "0.5.1"

[dependencies.clippy]
optional = true
version = "0.0.302"

[dependencies.rand]
version = "0.7.2"
[dev-dependencies.hex-literal]
version = "0.2.1"

[dev-dependencies.rand_core]
version = "0.5.1"

[features]
default = []
dev = ["clippy"]
unstable = []

[lib]
name = "secp256k1"
path = "src/lib.rs"

[package]
authors = ["Dawid Ciężarkiewicz <dpc@ucore.info>", "Andrew Poelstra <apoelstra@wpsoftware.net>", "Parity Technologies <admin@parity.io>"]
build = "build.rs"
description = "Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities."
documentation = "https://www.wpsoftware.net/rustdoc/secp256k1/"
homepage = "https://github.com/paritytech/rust-secp256k1/"
keywords = ["ECDSA", "secp256k1", "libsecp256k1", "bitcoin", "ethereum"]
license = "CC0-1.0"
name = "parity-secp256k1"
readme = "README.md"
repository = "https://github.com/paritytech/rust-secp256k1/"
version = "0.7.0"