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

fix: for variable size keccak, inputs are zeroed after the requested length #632

Open
wants to merge 3 commits into
base: acvm-backend-barretenberg
Choose a base branch
from

Commits on Jul 25, 2023

  1. simple test for keccak var

    guipublic committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    482e4fe View commit details
    Browse the repository at this point in the history
  2. fixed bug where variable_length keccak failed if byte array had nonze…

    …ro bytes past claimed input hash length
    zac-williamson committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3dc01c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. code review

    guipublic committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0d9c00d View commit details
    Browse the repository at this point in the history