|
1 | 1 | # Changelog for bulletproofs |
2 | 2 |
|
3 | | -## 0.1 |
| 3 | +## 1.0 |
4 | 4 |
|
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 |
| 5 | +* Use galois-field library as dependency |
| 6 | +* Remove custom definition of Fq |
| 7 | +* Remove Fractional constraints and use PrimeField instead |
| 8 | +* Update interface of rangeproofs to guarantee the use of prime fields |
| 9 | + |
| 10 | +## 0.4 |
| 11 | + |
| 12 | +* Use double exponentiation to improve performance. |
| 13 | +* Use Control.Exception.assert to make sure debugging assertions are not checked |
| 14 | + when compiled with optimisations. |
| 15 | +* Add benchmarks for rangeproofs. |
| 16 | + |
| 17 | +## 0.3 |
| 18 | + |
| 19 | +* Update dependencies |
9 | 20 |
|
10 | 21 | ## 0.2 |
11 | 22 |
|
|
16 | 27 | * Provide examples for using aggregated range proofs. |
17 | 28 | * Add multi-range proofs documentation. |
18 | 29 |
|
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. |
| 30 | +## 0.1 |
29 | 31 |
|
30 | | -## 1.0 |
| 32 | +* Initial release. |
| 33 | +* Implementation of the Bulletproofs protocol for range proofs |
| 34 | +* Use of the improved inner-product argument to reduce the communication complexity |
| 35 | +* Support for SECp256k1 curve |
31 | 36 |
|
32 | | -* Use galois-field library as dependency |
33 | | -* Remove custom definition of Fq |
34 | | -* Remove Fractional constraints and use PrimeField instead |
35 | | -* Update interface of rangeproofs to guarantee the use of prime fields |
|
0 commit comments