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

Simplify PolynomialCommitment trait: remove the generic on S: CryptographicSponge #145

Merged
merged 18 commits into from
Oct 25, 2024

Commits on Mar 11, 2024

  1. PolynomialCommitment trait is no longer generic on S

    Instead, pass `&mut impl CryptographicSponge` as an argument to the functions that need it
    mmagician committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ea7fe26 View commit details
    Browse the repository at this point in the history
  2. fix example in README

    mmagician committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a8b2e60 View commit details
    Browse the repository at this point in the history
  3. fmt

    mmagician committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c45e1e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53d161b View commit details
    Browse the repository at this point in the history
  5. clean up all imports

    clean up imports acc to nightly
    
    Revert "dont need to use full path"
    
    This reverts commit b272524abeaa9f7d6697539f22682bc081e3e8a5.
    
    more fmt
    mmagician committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    38ca957 View commit details
    Browse the repository at this point in the history
  6. fix the constraints mod

    mmagician committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ad58f25 View commit details
    Browse the repository at this point in the history
  7. fix imports in tests

    mmagician committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    58a2843 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Test to see

    autquis committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    acdbaae View commit details
    Browse the repository at this point in the history
  2. Revert "Test to see"

    This reverts commit acdbaae.
    autquis committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3448c90 View commit details
    Browse the repository at this point in the history
  3. Add std to patch

    autquis committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8bc5394 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Test to see""

    This reverts commit 3448c90.
    autquis committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6959ef2 View commit details
    Browse the repository at this point in the history
  5. Reorder imports and simplify

    autquis committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    209c062 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de453a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update Cargo.toml

    autquis committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ef199a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Downgrade hashbrown

    autquis committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    780d9dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Add dummy doc for nightly

    autquis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f374720 View commit details
    Browse the repository at this point in the history
  2. Reorder deps

    autquis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2cc20f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

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