File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 3
3
## 0.1
4
4
5
5
* 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.
Original file line number Diff line number Diff line change 1
1
name : bulletproofs
2
- version : 0.2.1
2
+ version : 0.4.0
3
3
github : " adjoint-io/bulletproofs"
4
4
license : Apache
5
5
maintainer :
Adjoint Inc ([email protected] )
You can’t perform that action at this time.
0 commit comments