Merge pull request #486 from RCasatta/expose_secp_features

Expose features of secp256k1
This commit is contained in:
Andrew Poelstra 2020-10-07 14:57:02 +00:00 committed by GitHub
commit d2872fc74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ fuzztarget = ["secp256k1/fuzztarget", "bitcoin_hashes/fuzztarget"]
unstable = []
rand = ["secp256k1/rand-std"]
use-serde = ["serde", "bitcoin_hashes/serde", "secp256k1/serde"]
secp-recovery = ["secp256k1/recovery"]
secp-endomorphism = ["secp256k1/endomorphism"]
secp-lowmemory = ["secp256k1/lowmemory"]
[dependencies]
bech32 = "0.7.2"