Skip to content

Commit 3312b49

Browse files
Acentellessdiehl
authored andcommitted
Update changelog with 0.4 changes (#14)
* Update changelog with 0.4 changes * Fix typo
1 parent 94ff1c5 commit 3312b49

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

ChangeLog.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,26 @@
33
## 0.1
44

55
* Initial release.
6+
* Implementation of the Bulletproofs protocol for range proofs
7+
* Use of the improved inner-product argument to reduce the communication complexity
8+
* Support for SECp256k1 curve
9+
10+
## 0.2
11+
12+
* Prove and verify computations of arithmetic circuits using Bulletproofs
13+
protocol.
14+
* Extend range proofs with support for multi-range proofs.
15+
* Add documentation and provide examples to explain and use arithmetic circuits.
16+
* Provide examples for using aggregated range proofs.
17+
* Add multi-range proofs documentation.
18+
19+
## 0.3
20+
21+
* Update dependencies
22+
23+
## 0.4
24+
25+
* Use double exponentiation to improve performance.
26+
* Use Control.Exception.assert to make sure debugging assertions are not checked
27+
when compiled with optimisations.
28+
* Add benchmarks for rangeproofs.

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bulletproofs
2-
version: 0.2.1
2+
version: 0.4.0
33
github: "adjoint-io/bulletproofs"
44
license: Apache
55
maintainer: Adjoint Inc ([email protected])

0 commit comments

Comments
 (0)