Skip to content

Commit

Permalink
Update changelog with 0.4 changes (#14)
Browse files Browse the repository at this point in the history
* Update changelog with 0.4 changes

* Fix typo
  • Loading branch information
Acentelles authored and sdiehl committed Nov 16, 2018
1 parent 94ff1c5 commit 3312b49
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,26 @@
## 0.1

* Initial release.
* Implementation of the Bulletproofs protocol for range proofs
* Use of the improved inner-product argument to reduce the communication complexity
* Support for SECp256k1 curve

## 0.2

* Prove and verify computations of arithmetic circuits using Bulletproofs
protocol.
* Extend range proofs with support for multi-range proofs.
* Add documentation and provide examples to explain and use arithmetic circuits.
* Provide examples for using aggregated range proofs.
* Add multi-range proofs documentation.

## 0.3

* Update dependencies

## 0.4

* Use double exponentiation to improve performance.
* Use Control.Exception.assert to make sure debugging assertions are not checked
when compiled with optimisations.
* Add benchmarks for rangeproofs.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bulletproofs
version: 0.2.1
version: 0.4.0
github: "adjoint-io/bulletproofs"
license: Apache
maintainer: Adjoint Inc ([email protected])
Expand Down

0 comments on commit 3312b49

Please sign in to comment.