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

feat(hint): widemul128 implementation #137

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

coxmars
Copy link
Contributor

@coxmars coxmars commented Aug 15, 2024

Hi @zmalatrax,

I've made significant progress on the widemul128 hint implementation, including updates to the hintName.ts, hintSchema.ts, hintHandler.ts. The hint wideMul128.ts and wideMul128.test.ts are completed and working. Likewise, the verified tag is working according with the contribution guidelines. 🫡

Status

  • I just need to add the cairo file and validate the integration test and apply your feedback if is needed

Unit Test Results

image

Integration Test Cairo

  • I already have all installed, then I executed this: cairo run --layout recursive cairo_programs/cairo/hints/wide_mul128.json and I got this error, do you know what is the problem?
image

@zmalatrax zmalatrax linked an issue Aug 27, 2024 that may be closed by this pull request
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.

feat: add WideMul128 hint
1 participant