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

Add KZG multi verify function #3236

Merged
merged 22 commits into from
Feb 15, 2023
Merged

Add KZG multi verify function #3236

merged 22 commits into from
Feb 15, 2023

Commits on Jan 27, 2023

  1. Add KZG multi verify function

    dankrad committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    03f4b8f View commit details
    Browse the repository at this point in the history
  2. Updater toc

    dankrad committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    d89e579 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

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

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    fc10714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36925e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b642a2 View commit details
    Browse the repository at this point in the history
  4. Replaced EIP4844 references with Deneb

    Fixes #3207
    rolfyone authored and dankrad committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    901303f View commit details
    Browse the repository at this point in the history
  5. fix references to eip4844

    rolfyone authored and dankrad committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    470c1b1 View commit details
    Browse the repository at this point in the history
  6. Simplify commitee weight computation

    potuz authored and dankrad committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f91b986 View commit details
    Browse the repository at this point in the history
  7. Add KZG multi verify function

    dankrad committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b76ea49 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f1748b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86d955a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Update specs/deneb/polynomial-commitments.md

    Co-authored-by: George Kadianakis <desnacked@riseup.net>
    dankrad and asn-d6 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    c49a2c2 View commit details
    Browse the repository at this point in the history
  2. Remove additional function

    dankrad committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    855cf06 View commit details
    Browse the repository at this point in the history
  3. Remove double hashing

    dankrad committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3a6fccd View commit details
    Browse the repository at this point in the history
  4. Update specs/deneb/polynomial-commitments.md

    Co-authored-by: George Kadianakis <desnacked@riseup.net>
    dankrad and asn-d6 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    aafbd45 View commit details
    Browse the repository at this point in the history
  5. Update specs/deneb/polynomial-commitments.md

    Co-authored-by: George Kadianakis <desnacked@riseup.net>
    dankrad and asn-d6 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d8509e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3cb7fa View commit details
    Browse the repository at this point in the history
  7. multi -> batch

    dankrad committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4086a09 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    adb5134 View commit details
    Browse the repository at this point in the history
  2. Fix doctoc

    dankrad committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    48e7be7 View commit details
    Browse the repository at this point in the history
  3. Simplify compute_challenge

    dankrad committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    078d62e View commit details
    Browse the repository at this point in the history