Skip to content

Commit a929f30

Browse files
committed
BIP-340 compliance.
1 parent 48b2370 commit a929f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ crc32fast = "^1.3.2"
2121
chacha20poly1305 = "^0.10.1"
2222
# secp256k1 = {version = "^0.27.0", features = ["bitcoin_hashes"]}
2323
#secp256k1 = "^0.27.0"
24-
secp256k1 = { version = "^0.27.0", git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
24+
secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
2525
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
2626
thiserror = "^1.0.48"
2727
hex = "^0.4.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bc-crypto = "0.5.0"
3232

3333
## Version History
3434

35-
- **0.5.0, September 14, 2024** - BREAKING CHANGE: Removed pre-hashing (tagged hash) support for Schnorr signatures, making them BIP-340 compliant. Signatures produced by previous versions of this crate will now only verify if you pre-hash the image yourself using the BIP-340 method and the tag you previously used, if any.
35+
- **0.5.0, September 14, 2024** - BREAKING CHANGE: Removed pre-hashing (tagged hash) support for Schnorr signatures, making them BIP-340 compliant. Schnorr signatures produced by previous versions of this crate will now only verify if you pre-hash the image yourself using the BIP-340 method and the tag you previously used, if any.
3636

3737
## Related Projects
3838

0 commit comments

Comments
 (0)