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

veredise audit fix: Apply optimization suggestion to find_zeroes #31

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

Conversation

Ian-Bright
Copy link
Collaborator

Addresses: https://veridise.notion.site/11f105edf1db810a878fc7266a62571a?v=14a105edf1db80928576000c9403f10b&p=149105edf1db808eb033ee11da048668&pm=s

Expression should_zero[N - 1] = is_break[N - 2] + is_break[N - 3]; simplified to should_zero[N - 1] = is_break[N - 3];

Stack order: 9

jp4g and others added 30 commits November 27, 2024 19:16
…rtial_sha256_var_start then remaining bytes will note be included
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.

2 participants