Skip to content

Commit

Permalink
Overlapping instance (#13)
Browse files Browse the repository at this point in the history
* Update Galois fields

* Update change log
  • Loading branch information
David Kurniadi Angdinata authored and sdiehl committed Aug 11, 2019
1 parent e777a14 commit 719c06c
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog for pairing
# Change log for pairing

## 0.4.2

* Fix overlapping instances of `Ord`.

## 0.4.1

* Add mclwasm compatible serialisation
* Add efficient storage representation of an elliptic curve point over prime fields
* Add mclwasm compatible serialisation.
* Add efficient storage representation of an elliptic curve point over prime fields.

## 0.4

Expand All @@ -15,13 +19,13 @@

## 0.3

- Square root calculation on Fq2
- Both square roots returned on Fq
- Point serialisation for G1, G2 and GT
- Square root calculation on Fq2.
- Both square roots returned on Fq.
- Point serialisation for G1, G2 and GT.

## 0.2

* Adds Shallue van de Woestijne encoding for curve hashing.
* Add Shallue van de Woestijne encoding for curve hashing.

## 0.1

Expand Down

0 comments on commit 719c06c

Please sign in to comment.