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

Support for Modexp functions in huff-math #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mw2000
Copy link

@mw2000 mw2000 commented Nov 8, 2023

This PR is now ready to merge.

We're adding support for the ModExp function in huff-math. This is a wrapper around the call to the pre-compile.

Fixes #13

@mw2000 mw2000 marked this pull request as draft November 8, 2023 12:28
@mw2000 mw2000 changed the title Added Modexp functions Support for Modexp functions in huff-math Apr 12, 2024
@mw2000 mw2000 marked this pull request as ready for review April 12, 2024 22:26
@mw2000 mw2000 marked this pull request as draft April 12, 2024 22:28
@mw2000 mw2000 force-pushed the modexp-in-huff branch 3 times, most recently from 6c23e65 to eb63025 Compare April 24, 2024 17:24
…library

ModExp, which is a call to a 0x5 precompile and supported in
openzeppelin is now supported in this library.
@mw2000 mw2000 marked this pull request as ready for review April 24, 2024 17:59
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.

Creating a Modular Exponentiation function
1 participant