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: new Poseidon2 circuit builder gates #3346

Merged
merged 43 commits into from
Dec 4, 2023
Merged

Commits on Oct 27, 2023

  1. initial commit

    zac-williamson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e1c732d View commit details
    Browse the repository at this point in the history
  2. mmmmm constexpr

    zac-williamson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ea12f99 View commit details
    Browse the repository at this point in the history
  3. wip

    zac-williamson committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    95e6572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c30828 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. added tests + comments

    zac-williamson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    86cf018 View commit details
    Browse the repository at this point in the history
  2. comments

    zac-williamson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    6dd2511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dbd8df View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. poseidon2 parameters now consistent with definition in paper

    params use sage script derived from hoizen labs implementation
    zac-williamson committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3631294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910b303 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    c7b4157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bcee20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    752bd14 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    7d0fe79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672ab67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60eca16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53bace View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    d7367f2 View commit details
    Browse the repository at this point in the history
  2. adding selector

    patches to relations from merged refactoring
    lucasxia01 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6249c2e View commit details
    Browse the repository at this point in the history
  3. forgotten updates

    lucasxia01 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8d2b731 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    20a7eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f09ed91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d679581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35ab7d9 View commit details
    Browse the repository at this point in the history
  5. naming update

    lucasxia01 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5e94698 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14157c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e04037e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6da3335 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. variable renaming

    lucasxia01 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0c961b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef04db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464dfd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    b2a7a7b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    b144cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9d63c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. updated based on review

    lucasxia01 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    80958c5 View commit details
    Browse the repository at this point in the history
  2. naming update

    lucasxia01 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a3c8eed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fba3631 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa818df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53abcc6 View commit details
    Browse the repository at this point in the history
  6. typo fix

    lucasxia01 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b24c737 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    478e429 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    8669e7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7484b View commit details
    Browse the repository at this point in the history
  3. compile error fix

    lucasxia01 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a6d59c5 View commit details
    Browse the repository at this point in the history