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

Support for multilinear KZG commitments #269

Merged
merged 26 commits into from
Nov 23, 2023
Merged

Support for multilinear KZG commitments #269

merged 26 commits into from
Nov 23, 2023

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    31b700e View commit details
    Browse the repository at this point in the history
  2. fix two tests

    srinathsetty committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    73abb30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98656dd View commit details
    Browse the repository at this point in the history
  4. Tidy up source code comments

    Signed-off-by: Greg Zaverucha <[email protected]>
    zaverucha authored and srinathsetty committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3f9128d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70e976e View commit details
    Browse the repository at this point in the history
  6. remove unneeded imports

    srinathsetty committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7cfdce3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. simplify CommitmentKey

    srinathsetty committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    b23db01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ad443 View commit details
    Browse the repository at this point in the history
  3. fmt

    srinathsetty committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    27d6bb3 View commit details
    Browse the repository at this point in the history
  4. checkpoint

    srinathsetty committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    29733c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ffb2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10cd0a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07b736b View commit details
    Browse the repository at this point in the history
  8. add a test with mlkzg

    srinathsetty committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c57768e View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    srinathsetty committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9d45352 View commit details
    Browse the repository at this point in the history
  10. cleanup

    srinathsetty committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    38c4a84 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    29231f6 View commit details
    Browse the repository at this point in the history
  2. address clippy

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1eddbad View commit details
    Browse the repository at this point in the history
  3. rename

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    62b891a View commit details
    Browse the repository at this point in the history
  4. cleanup

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    32ede4a View commit details
    Browse the repository at this point in the history
  5. add an alias

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    97cade6 View commit details
    Browse the repository at this point in the history
  6. deduplicate

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    058d896 View commit details
    Browse the repository at this point in the history
  7. Revert "add an alias"

    This reverts commit 97cade6.
    zaverucha committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8b4022e View commit details
    Browse the repository at this point in the history
  8. Use an alias for PreprocessedGroupElements

    Signed-off-by: Greg Zaverucha <[email protected]>
    zaverucha committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    02ebbac View commit details
    Browse the repository at this point in the history
  9. cargo fmt

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1159b35 View commit details
    Browse the repository at this point in the history
  10. update README.md

    srinathsetty committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    76e1db3 View commit details
    Browse the repository at this point in the history