Skip to content

Commit 5ce8d9a

Browse files
committed
Support for BIP-340 signatures.
1 parent a929f30 commit 5ce8d9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ pbkdf2 = "^0.12.1"
1919
hkdf = "^0.12.3"
2020
crc32fast = "^1.3.2"
2121
chacha20poly1305 = "^0.10.1"
22-
# secp256k1 = {version = "^0.27.0", features = ["bitcoin_hashes"]}
23-
#secp256k1 = "^0.27.0"
22+
# secp256k1 = "^0.29.1"
23+
# https://github.com/rust-bitcoin/rust-secp256k1/issues/702
24+
# https://github.com/rust-bitcoin/rust-secp256k1/pull/706
2425
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
2526
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
2627
thiserror = "^1.0.48"

0 commit comments

Comments
 (0)