Skip to content

Commit

Permalink
Merge branch 'release/1.0.2' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed May 7, 2019
2 parents c27c852 + b8d9b39 commit 6a17ceb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Entries are listed in reverse chronological order.

## 1.0.2

* Updates the library to use the renamed functions in Merlin 1.1.
* Adds additional validation checks to prevent identity points being used as
part of a proof. This does not appear to have security content, but is
intended as a defense-in-depth mechanism.
See [this comment][identity_comment] for more motivation.
* Documentation tweaks.

## 1.0.1

* Tweaks to crate metadata.
Expand All @@ -20,3 +29,4 @@ Entries are listed in reverse chronological order.
Initial prerelease version, supporting single and aggregated range proofs, and
multiparty proof aggregation.

[identity_comment]: https://github.com/dalek-cryptography/bulletproofs/pull/248#discussion_r251916724
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bulletproofs"
version = "1.0.1"
version = "1.0.2"
authors = ["Cathie Yun <[email protected]>",
"Henry de Valence <[email protected]>",
"Oleg Andreev <[email protected]>"]
Expand Down

0 comments on commit 6a17ceb

Please sign in to comment.