Expose features of secp256k1

This commit is contained in:
Riccardo Casatta 2020-09-24 12:59:43 +02:00
parent c1ae3b7955
commit 31e63cb1d2
No known key found for this signature in database
GPG Key ID: FD986A969E450397
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"