Skip to content

xfap/curves

This branch is 48 commits behind arkworks-rs/curves:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2021
Jul 29, 2022
Aug 22, 2022
Jul 29, 2022
Jul 29, 2022
Aug 22, 2022
Jul 29, 2022
Aug 22, 2022
Jul 29, 2022
Aug 22, 2022
Aug 22, 2022
Aug 22, 2022
Jul 29, 2022
Jul 29, 2022
Jul 29, 2022
Jul 29, 2022
Jul 29, 2022
Jul 29, 2022
Jul 29, 2022
Jul 29, 2022
Aug 1, 2022
Mar 23, 2021
Aug 1, 2022
Oct 12, 2020
Jun 30, 2022
Dec 16, 2020
Apr 11, 2022
Oct 12, 2020
Oct 12, 2020
Jun 30, 2021
Mar 7, 2022

Repository files navigation

Curve implementations

This repository contains implementations of some popular elliptic curves. The curve API implemented here matches the curve traits defined here in the arkworks-rs/algebra repository.

BLS12-381 and embedded curves

BLS12-377 and related curves

  • ark-bls12-377: Implements the BLS12-377 pairing-friendly curve

  • ark-ed-on-bls12-377: Implements a Twisted Edwards curve atop the scalar field of BLS12-377

  • ark-bw6-761: Implements the BW6-761 pairing-friendly curve, which is a curve whose scalar field equals the base field of BLS12-377

  • ark-ed-on-bw6-761: Implements a Twisted Edwards curve atop the scalar field of BW6-761

  • ark-cp6-782: Implements the CP6-782 pairing-friendly curve, which is a curve whose scalar field equals the base field of BLS12-377

  • ark-ed-on-cp6-782: Implements a Twisted Edwards curve atop the scalar field of CP6-782. This is the same curve as in ark-ed-on-bw6-761

BN254 and related curves

  • ark-bn254: Implements the BN254 pairing-friendly curve
  • ark-ed-on-bn254: Implements a Twisted Edwards curve atop the scalar field of BN254

MNT-298 cycle of curves and related curves

  • ark-mnt4-298: Implements the MNT4-298 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT6-298
  • ark-mnt6-298: Implements the MNT6-298 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT4-298
  • ark-ed-on-mnt4-298: Implements a Twisted Edwards curve atop the scalar field of MNT4-298

MNT-753 cycle of curves and related curves

  • ark-mnt4-753: Implements the MNT4-753 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT6-753
  • ark-mnt6-753: Implements the MNT6-753 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT4-753
  • ark-ed-on-mnt4-753: Implements a Twisted Edwards curve atop the scalar field of MNT4-753

Pasta cycle of curves

  • ark-pallas: Implements Pallas, a prime-order curve that forms an amicable pair with Vesta
  • ark-vesta: Implements Vesta, a prime-order curve that forms an amicable pair with Pallas

About

Implementations of popular elliptic curves

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.6%
  • Sage 6.0%
  • Other 0.4%