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

move more low-level kzg stuff into kzg_new #48

Merged
merged 6 commits into from
Nov 10, 2022
Merged

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    2192bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82bb846 View commit details
    Browse the repository at this point in the history
  3. 1) move BlobsToKZGCommitment functionality into kzg_new and make it m…

    …ore closely follow the spec.
    
    2) Remove the BlobsBatch stuff which seems only to be for legacy benchmarking.
    roberto-bayardo committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4fb8ee2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Replace kzg-related data_blob.go type methods Parse, ComputeCommitmen…

    …t, and
    
    Point, so we can move methods that depend on them into the kzg package.
    roberto-bayardo committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8a1d1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3937b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6fa4d7 View commit details
    Browse the repository at this point in the history