Skip to content

Commit

Permalink
docs: updated CHANGELOG.md for v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Nov 3, 2021
1 parent 63e4634 commit 87e7abd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="v0.5.3"></a>
## [v0.5.3] - 2021-10-30

### Feat, perf
- all curves: subgroup check optional in decoder (default = true), and is done in parallel when unmarshalling slices of points [#96](https://github.com/ConsenSys/gnark-crypto/issues/96)
- **bn254:** faster G2 membership test [#95](https://github.com/ConsenSys/gnark-crypto/issues/95)
- added element.NewElement(v uint64) convenient API

### Fix
- **fp12:** compressed cyclotomic square (receiver == argument)


<a name="v0.5.2"></a>
## [v0.5.2] - 2021-10-26

Expand Down

0 comments on commit 87e7abd

Please sign in to comment.