Skip to content

Commit

Permalink
build: updated CHANGELOG.md for v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Oct 26, 2021
1 parent 6ca5117 commit 9e9e1e9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
<a name="v0.5.2"></a>
## [v0.5.2] - 2021-10-26

### Feat
- **bw6:** optimal Tate Miller loop with shared computations
- **bw6-761:** opt. ate with shared squares and shared doublings (alg.2)
- add bandersnatch curve (twistedEdwards on bls12-381 with GLV)
- added curveID.Info() which returns constants about a curve
- added element.Halve()

### Fix
- **all twistedEdwards:** fix Add() in projective coordinates (issue 89)
- **fiat-shamir:** added test to ensure len(challenge) > 0

### Perf
- **bn:** multiply ML external lines 2 by 2 (+multi-ML bench)

### Refactor
- **templates:** unify twistedEdwards package across curves

### Pull Requests
- Merge pull request [#93](https://github.com/ConsenSys/gnark-crypto/issues/93) from ConsenSys/bandersnatch
- Merge pull request [#90](https://github.com/ConsenSys/gnark-crypto/issues/90) from ConsenSys/fix/tEdwards-addProj-issue89
- Merge pull request [#82](https://github.com/ConsenSys/gnark-crypto/issues/82) from ConsenSys/perf/bn254-ML
- Merge pull request [#88](https://github.com/ConsenSys/gnark-crypto/issues/88) from ConsenSys/issue-87/twistedEdwards
- Merge pull request [#81](https://github.com/ConsenSys/gnark-crypto/issues/81) from ConsenSys/ML/DoubleStep-Halve
- Merge pull request [#77](https://github.com/ConsenSys/gnark-crypto/issues/77) from ConsenSys/BW6

<a name="v0.5.1"></a>
## [v0.5.1] - 2021-09-21

Expand Down

0 comments on commit 9e9e1e9

Please sign in to comment.