{"id":13566182,"url":"https://github.com/arkworks-rs/curves","last_synced_at":"2025-04-03T23:31:20.575Z","repository":{"id":40293367,"uuid":"303254623","full_name":"arkworks-rs/curves","owner":"arkworks-rs","description":"Implementations of popular elliptic curves ","archived":true,"fork":false,"pushed_at":"2023-12-18T17:24:06.000Z","size":1155,"stargazers_count":299,"open_issues_count":0,"forks_count":101,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-04-25T21:21:22.828Z","etag":null,"topics":["elliptic-curves","pairings","rust"],"latest_commit_sha":null,"homepage":"https://www.arkworks.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arkworks-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-10-12T02:12:37.000Z","updated_at":"2024-04-23T13:31:39.000Z","dependencies_parsed_at":"2024-01-14T07:12:32.890Z","dependency_job_id":"29f76536-3347-4f05-9ad0-c2d5542fdf4b","html_url":"https://github.com/arkworks-rs/curves","commit_stats":{"total_commits":118,"total_committers":21,"mean_commits":5.619047619047619,"dds":0.5677966101694916,"last_synced_commit":"5a41d7f27a703a7ea9c48512a4148443ec6c747e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fcurves","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fcurves/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fcurves/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkworks-rs%2Fcurves/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkworks-rs","download_url":"https://codeload.github.com/arkworks-rs/curves/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097752,"owners_count":20883125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elliptic-curves","pairings","rust"],"created_at":"2024-08-01T13:02:03.912Z","updated_at":"2025-04-03T23:31:15.563Z","avatar_url":"https://github.com/arkworks-rs.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Notice\n\nThis repository is no longer maintained, and PRs to add or modify curves should instead be made against [arkworks-rs/algebra](https://github.com/arkworks-rs/algebra); all the curves implemented here have moved to the [`curves` folder](https://github.com/arkworks-rs/algebra/tree/master/curves) of that repository.\n\n## Curve implementations\n\nThis repository contains implementations of some popular elliptic curves. The curve API implemented here matches the curve traits defined [here](https://github.com/arkworks-rs/algebra/blob/master/ec/src/lib.rs) in the [arkworks-rs/algebra](https://github.com/arkworks-rs/algebra) repository.\n\n### BLS12-381 and embedded curves\n* [`ark-bls12-381`](bls12_381): Implements the BLS12-381 pairing-friendly curve\n* [`ark-ed-on-bls12-381`](ed_on_bls12_381): Implements a Twisted Edwards curve atop the scalar field of BLS12-381\n* [`ark-ed-on-bls12-381-bandersnatch`](ed_on_bls12_381_bandersnatch): Implements Bandersnatch, another Twisted Edwards curve atop the scalar field of BLS12-381\n\n### BLS12-377 and related curves\n* [`ark-bls12-377`](bls12_377): Implements the BLS12-377 pairing-friendly curve\n* [`ark-ed-on-bls12-377`](ed_on_bls12_377): Implements a Twisted Edwards curve atop the scalar field of BLS12-377\n\n* [`ark-bw6-761`](bw6_761): Implements the BW6-761 pairing-friendly curve, which is a curve whose scalar field equals the base field of BLS12-377\n* [`ark-ed-on-bw6-761`](ed_on_bw6_761): Implements a Twisted Edwards curve atop the scalar field of BW6-761\n\n* [`ark-cp6-782`](cp6_782): Implements the CP6-782 pairing-friendly curve, which is a curve whose scalar field equals the base field of BLS12-377\n* [`ark-ed-on-cp6-782`](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`\n\n### BN254 and related curves\n* [`ark-bn254`](bn254): Implements the BN254 pairing-friendly curve\n* [`ark-ed-on-bn254`](ed_on_bn254): Implements a Twisted Edwards curve atop the scalar field of BN254\n* [`ark-grumpkin`](grumpkin): Implements the Grumpkin curve. A curve that forms a cycle with bn254.\n\n### MNT-298 cycle of curves and related curves\n* [`ark-mnt4-298`](mnt4_298): Implements the MNT4-298 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT6-298\n* [`ark-mnt6-298`](mnt6_298): Implements the MNT6-298 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT4-298\n* [`ark-ed-on-mnt4-298`](ed_on_mnt4_298): Implements a Twisted Edwards curve atop the scalar field of MNT4-298\n\n### MNT-753 cycle of curves and related curves\n* [`ark-mnt4-753`](mnt4_753): Implements the MNT4-753 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT6-753\n* [`ark-mnt6-753`](mnt6_753): Implements the MNT6-753 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT4-753\n* [`ark-ed-on-mnt4-753`](ed_on_mnt4_753): Implements a Twisted Edwards curve atop the scalar field of MNT4-753\n\n### [Pasta](https://electriccoin.co/blog/the-pasta-curves-for-halo-2-and-beyond/) cycle of curves\n* [`ark-pallas`](pallas): Implements Pallas, a prime-order curve that forms an amicable pair with Vesta\n* [`ark-vesta`](vesta): Implements Vesta, a prime-order curve that forms an amicable pair with Pallas\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkworks-rs%2Fcurves","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkworks-rs%2Fcurves","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkworks-rs%2Fcurves/lists"}