Skip to content

Releases: nchain-innovation/elliptic_curves_package

v0.1.3

12 Feb 16:10
8ad15b5

Choose a tag to compare

Introduce classes and utilities to facilitate interaction with zkscript

v0.1.2

10 Feb 11:20
f582820

Choose a tag to compare

Restructuring of the repository.

v0.1.1

05 Sep 13:05

Choose a tag to compare

Release 0.1.1

  • Fix bug in deserialise method in EllipticCurve
  • Add references for MNT4_753 parameters
  • Add references for serialise/deserialise methods

v0.1.0 - Initial Release

08 Aug 10:07

Choose a tag to compare

Pre-release

The library provides Python implementation of elliptic curves operations including:

  • Finite fields: prime fields, quadratic extensions, and cubic extensions.
  • Elliptic curves in Short-Weierstrass form.
  • Bilinear pairings.

The library currently contains instantiations of the following curves:

  • BLS12_381.
  • MNT4_753.