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

Onchain decider circuit for Protogalaxy #145

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    320f8d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bf3285 View commit details
    Browse the repository at this point in the history
  3. Implement EquivalenceGadget trait for FpVar and NonNativeUintVar.

    Together with the existing `MatrixGadget` and `VectorGadget`, we can now use the same logic for checking R1CS satisfiability of `R1CSVar` both natively and non-natively.
    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    191c7a2 View commit details
    Browse the repository at this point in the history
  4. Simplify trait bounds

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f9d2c69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6018447 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b11300a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc8b40f View commit details
    Browse the repository at this point in the history
  8. u in LCCCS should be z[0]

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ef50c66 View commit details
    Browse the repository at this point in the history
  9. Inputize trait

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    aea317c View commit details
    Browse the repository at this point in the history
  10. Generic decider circuits

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ee0c4b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3859f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fce659a View commit details
    Browse the repository at this point in the history
  13. Fix examples

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8065e7b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c701f1 View commit details
    Browse the repository at this point in the history
  15. Fix incorrect endian

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    96b09af View commit details
    Browse the repository at this point in the history
  16. Format

    winderica committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    74a08d5 View commit details
    Browse the repository at this point in the history