Skip to content

Commit c5a074a

Browse files
committed
Merge #41: Prepare for release 0.5.0
582a5a0 Prepare for release 0.5.0 (Jonas Nick) Pull request description: ACKs for top commit: thomaseizinger: ACK 582a5a0 Tree-SHA512: 5a7f2fefc8cee12cd0337b5594bf7b8efc155d2803f49ddc50eb5eb91a05af7263f0507a371f33f2161cddad26530dd92535c534f936620a872bde274aff1e03
2 parents ddc5e26 + 582a5a0 commit c5a074a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

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.
37
- Rename `secp256k1_zkp::bitcoin_hashes` module to `secp256k1_zkp::hashes`.
48
- Rename feature `hashes` to `bitcoin_hashes` to align with `rust-secp256k1`.
59
- Implement `serde::{Serialize, Deserialize}` for `EcdsaAdaptorSignature`.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-zkp"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Lucas Soriano <[email protected]>",

0 commit comments

Comments
 (0)