Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLS12-381 pairing components #299

Open
ayashunsky opened this issue Dec 5, 2023 · 0 comments
Open

BLS12-381 pairing components #299

ayashunsky opened this issue Dec 5, 2023 · 0 comments
Assignees

Comments

@ayashunsky
Copy link
Contributor

A mid-level task between the low-level comonents (Fp12 arithmetic and elliptic curve points operations) and the whole BLS12-381 component suite. Should include:

  • the Miller loop subcomponent;
  • the exponentiation subcomponent;
  • pairing component (Miller loop + exponentiation) to compute a paring;
  • pairing_check component (2 Miller loops + exponentiation) to check that two pairings are equal.
@ayashunsky ayashunsky self-assigned this Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant