Skip to content

Commit

Permalink
Fix Changelog for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed Jun 28, 2019
1 parent 9f35ec5 commit af37d4a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
41 changes: 21 additions & 20 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Changelog for bulletproofs

## 0.1
## 1.0

* 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
* Use galois-field library as dependency
* Remove custom definition of Fq
* Remove Fractional constraints and use PrimeField instead
* Update interface of rangeproofs to guarantee the use of prime fields

## 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.

## 0.3

* Update dependencies

## 0.2

Expand All @@ -16,20 +27,10 @@
* 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.
## 0.1

## 1.0
* 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

* Use galois-field library as dependency
* Remove custom definition of Fq
* Remove Fractional constraints and use PrimeField instead
* Update interface of rangeproofs to guarantee the use of prime fields
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.4.0
version: 1.0.0
github: "adjoint-io/bulletproofs"
license: Apache
maintainer: Adjoint Inc ([email protected])
Expand Down

0 comments on commit af37d4a

Please sign in to comment.