-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: GKR LogUp #2
base: develop
Are you sure you want to change the base?
Conversation
@@ -65,7 +66,7 @@ where | |||
type PartialProof = (); | |||
type ProvingKey = StarkLogUpProvingKey; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we still need this? I'm not sure if philosophically RAP phase should every require more information than the rest of the proving key provides
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm FRI logup does require it in the permutation trace generation. hmm it's kind of weird
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually only needed for FRI logug because FRI log up needs interaction chunk size (and GKR log up doesn't). GKR doesn't currently have any proving parameters.
e517748
to
63df013
Compare
d7d7eed
to
0d51a2f
Compare
* use p3-gpu * use self-hosted ci runner * use https instead of git url * use github secret to fetch plonky3-gpu * Revert "use https instead of git url" This reverts commit 0b3343f3ece9b920644553e7e6101106ee620351. * set CARGO_NET_GIT_FETCH_WITH_CLI * Revert "set CARGO_NET_GIT_FETCH_WITH_CLI" This reverts commit 7973118c3c221ffb7637750df641631f4562b6c0. * add sppark deploy key
No description provided.