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

[New Hints] 0.6.0.json #1018

Closed
pefontana opened this issue Apr 19, 2023 · 1 comment · Fixed by #1047
Closed

[New Hints] 0.6.0.json #1018

pefontana opened this issue Apr 19, 2023 · 1 comment · Fixed by #1047
Assignees
Labels
whitelisted-hint Implementation of hint on whitelist directory

Comments

@pefontana
Copy link
Member

pefontana commented Apr 19, 2023

Implement the remaining hints in 0.6.0.json

NewHint#63

assigned:
status: todo

        "from starkware.cairo.common.math_utils import assert_integer",
        "assert_integer(ids.a)",
        "assert_integer(ids.b)",
        "assert (ids.a % PRIME) <= (ids.b % PRIME), \\",
        "    f'a = {ids.a % PRIME} is not less than or equal to b = {ids.b % PRIME}.'"

NewHint#64

assigned:
status: todo

        "ids.a_lsb = ids.a & 1",
        "ids.b_lsb = ids.b & 1"
@pefontana pefontana added the whitelisted-hint Implementation of hint on whitelist directory label Apr 19, 2023
@jpcenteno
Copy link
Contributor

Assigned this to @fmoletta because #1047

@fmoletta fmoletta linked a pull request Apr 25, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
whitelisted-hint Implementation of hint on whitelist directory
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants