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: Allen's Poseidon2 fixes #1099

Merged
merged 13 commits into from
Jul 17, 2024
Merged

fix: Allen's Poseidon2 fixes #1099

merged 13 commits into from
Jul 17, 2024

Commits on Jul 12, 2024

  1. addressed Allen's finding #1

    kevjue committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f0f8858 View commit details
    Browse the repository at this point in the history
  2. fixed constraint for #1

    kevjue committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f12cd73 View commit details
    Browse the repository at this point in the history
  3. addressed Allen's issue #3

    kevjue committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e8a844c View commit details
    Browse the repository at this point in the history
  4. range check absorb input_len

    kevjue committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    78f2dfb View commit details
    Browse the repository at this point in the history
  5. addressed end_mem_idx

    kevjue committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eae3e9c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. addressed Allen's #2 finding

    kevjue committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    874f8a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. added absorb_num

    kevjue committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6401300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f050c77 View commit details
    Browse the repository at this point in the history
  3. removed unused import

    kevjue committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3d842bd View commit details
    Browse the repository at this point in the history
  4. fixed unit tests

    kevjue committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fc7f191 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7d167a View commit details
    Browse the repository at this point in the history
  6. added comment

    kevjue committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e84c7cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e207db3 View commit details
    Browse the repository at this point in the history