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

Expose the last outputs and number of steps from RecursiveSNARK #285

Merged

Commits on Dec 30, 2023

  1. Expose the last outputs and number of steps from RecursiveSNARK

    Both of these data are easily accessible, and could be very useful
    to clients:
    * Exposing the last outputs allows us to get the current state of
      the computation on the prover side without wasting energy
      recomputing it
    * Exposing the number of steps makes it easier to eventually pass
      `num_steps` into `CompressedSNARK::verify`
    jbearer committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    f9fd0cf View commit details
    Browse the repository at this point in the history