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 Support for Batch STARKs with Proving, Verification, and Recursion #1600

Merged
merged 13 commits into from
Jul 15, 2024

Commits on Jun 12, 2024

  1. add batch starks

    sai-deng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f6a08bd View commit details
    Browse the repository at this point in the history
  2. fix build

    sai-deng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    795c0cf View commit details
    Browse the repository at this point in the history
  3. fix ci

    sai-deng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    aa2bd3a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

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

    sai-deng committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7006244 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 29, 2024

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

Commits on Jul 7, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    e0c9b9f View commit details
    Browse the repository at this point in the history
  2. Update plonky2/src/batch_fri/recursive_verifier.rs

    Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
    sai-deng and Nashtare committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7b1ce45 View commit details
    Browse the repository at this point in the history
  3. Update plonky2/src/hash/merkle_proofs.rs

    Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
    sai-deng and Nashtare committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    782f5eb View commit details
    Browse the repository at this point in the history
  4. Update plonky2/src/batch_fri/verifier.rs

    Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
    sai-deng and Nashtare committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4abdd99 View commit details
    Browse the repository at this point in the history