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

Residue witness #122

Merged
merged 11 commits into from
Jun 6, 2024

Conversation

shramee
Copy link

@shramee shramee commented May 14, 2024

Implements finding a residue witness to avoid final exponentiation as described in https://ia.cr/2024/640

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing
  • Other (please describe):

What is the current behavior?

This adds a helper utility to compute the witness in lieu of the final exponentiation for a miller loop output.

Issue Number: N/A

What is the new behavior?

There is no change in existing behaviour.

Does this introduce a breaking change?

  • Yes
  • No

Other information

https://ia.cr/2024/640

@feltroidprime feltroidprime changed the base branch from main to geometry June 6, 2024 12:55
@feltroidprime feltroidprime merged commit ecd0d4d into keep-starknet-strange:geometry Jun 6, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants