File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.5.0 - 2021-10-22
4
+
5
+ - Encrypt ECDSA adaptor signatures in release builds. Previously encryption returned just zero bytes.
6
+ - Add support for "whitelist" ring signatures of libsecp256k1-zkp.
3
7
- Rename ` secp256k1_zkp::bitcoin_hashes ` module to ` secp256k1_zkp::hashes ` .
4
8
- Rename feature ` hashes ` to ` bitcoin_hashes ` to align with ` rust-secp256k1 ` .
5
9
- Implement ` serde::{Serialize, Deserialize} ` for ` EcdsaAdaptorSignature ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " secp256k1-zkp"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [ " Dawid Ciężarkiewicz <dpc@ucore.info>" ,
5
5
" Andrew Poelstra <apoelstra@wpsoftware.net>" ,
6
6
" Lucas Soriano <lucas@comit.network>" ,
You can’t perform that action at this time.
0 commit comments