secp256k1 0.16.0

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.28, < 1.0.42"
[dependencies.rand]
default-features = false
optional = true
version = "0.6"

[dependencies.serde]
default-features = false
optional = true
version = "1.0"
[dev-dependencies.rand]
version = "0.6"

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

[dev-dependencies.serde_test]
version = "1.0"

[features]
default = ["std"]
dont_replace_c_symbols = []
endomorphism = []
fuzztarget = []
lowmemory = []
rand-std = ["rand/std"]
recovery = []
std = []
unstable = []

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

[package]
authors = ["Dawid Ciężarkiewicz <dpc@ucore.info>", "Andrew Poelstra <apoelstra@wpsoftware.net>"]
build = "build.rs"
description = "Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities."
documentation = "https://docs.rs/secp256k1/"
homepage = "https://github.com/rust-bitcoin/rust-secp256k1/"
keywords = ["crypto", "ECDSA", "secp256k1", "libsecp256k1", "bitcoin"]
license = "CC0-1.0"
links = "secp256k1"
name = "secp256k1"
readme = "README.md"
repository = "https://github.com/rust-bitcoin/rust-secp256k1/"
version = "0.16.0"
[package.metadata.docs.rs]
features = ["rand", "rand-std", "serde", "recovery", "endomorphism"]