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

Marc/lookup verif #3036

Open
wants to merge 3 commits into
base: marc/lookup-prover
Choose a base branch
from
Open

Conversation

marcbeunardeau88
Copy link
Contributor

add the lookup verifier
Still a lot of cloning to be removed in a follow-up
Note that it is untested so probably wrong
Using it in the main will come in a follow-up

@@ -120,7 +120,7 @@ where
// -- Preparing for opening proof verification
let zeta_chal = ScalarChallenge(fq_sponge.challenge());
let (_, endo_r) = G::endos();
let zeta: G::ScalarField = zeta_chal.to_field(endo_r);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sry, a nit got mixed up in the commit

Copy link

codecov bot commented Feb 19, 2025

Codecov Report

Attention: Patch coverage is 0.52910% with 188 lines in your changes missing coverage. Please review.

Project coverage is 76.21%. Comparing base (cadf895) to head (dd1d6cf).

Files with missing lines Patch % Lines
o1vm/src/pickles/lookup_verifier.rs 0.00% 175 Missing ⚠️
o1vm/src/pickles/lookup_columns.rs 0.00% 12 Missing ⚠️
o1vm/src/pickles/lookup_prover.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                   @@
##           marc/lookup-prover    #3036      +/-   ##
======================================================
- Coverage               76.46%   76.21%   -0.26%     
======================================================
  Files                     263      264       +1     
  Lines                   62170    62343     +173     
======================================================
- Hits                    47540    47512      -28     
- Misses                  14630    14831     +201     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant