Skip to content

Releases: armfazh/tozan-ecc

tozan-ecc v0.1.5

02 Jun 20:33
Compare
Choose a tag to compare

What's Changed

  • new: Adding test on latest Go versions
  • fix: Calling Fp2.Generator() no longer fails by @Tabaie in #3

New Contributors

  • @Tabaie made their first contribution in #3

Full Changelog: v0.1.4...v0.1.5

tozan-ecc v0.1.4

18 Feb 04:51
Compare
Choose a tag to compare

Changes:

  • removes unreachable code.

Full Changelog: v0.1.3...v0.1.4

Sqrt supported for prime fields

27 Nov 17:05
Compare
Choose a tag to compare

Adds sqrt method for p=9mod 16

tozan-ecc v0.1.2

21 Aug 21:35
Compare
Choose a tag to compare

Added Tonelli-Shanks for square-roots on fields where p=1 mod 16.

Updated tozan-ecc

03 Jun 09:39
Compare
Choose a tag to compare

Supports Fp^2 arithmetic for p=3 mod 4.

Initial release

18 Mar 22:26
Compare
Choose a tag to compare

This is the first release.