-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Do not merge] Feat + Benchmark: Parallelism Poseidon Test #62
Open
darth-cy
wants to merge
57
commits into
feat/goldilocks-spartan
Choose a base branch
from
feat/rayon_parallelism
base: feat/goldilocks-spartan
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…roof struct." This reverts commit 4b160ca.
Jiangkm3
force-pushed
the
feat/rayon_parallelism
branch
from
December 18, 2024 03:38
93e30d1
to
7a30c3b
Compare
Jiangkm3
force-pushed
the
feat/rayon_parallelism
branch
from
December 18, 2024 03:58
7a30c3b
to
5f17d48
Compare
This reverts commit 32a2d7c.
* Reversable: temporarily remove non-compiling parts * Remove PCS and add Goldilocks * Recover intermediate proofs * Recover intermediate proofs * Remove elliptic group definition * Remove remnant ristretto255 * Remove comment blocks * Correct goldilocks implementation * Make workflow pass * Remove extra space * Remove comment blocks * Correct comment blocks * Correct arithmetics * Recover SNARK verify checks * Recover sumcheck instance verification check * Comment out non-existent binaries. * Remove unused binaries * Graft in ceno-goldilocks * Modify pow fn * Add degree2 extension of goldilocks. Convert to ceno-goldilocks * Migrate to generic instead of base field * Migrate to generic instead of base field * Migrate to generic instead of base field * Remove unnecessary parameter specification * Add deserialize trait bound * fmt * Resolve conflicts/duplicates/dep versioning from merge * fmt * fmt * Correct itertools version * Restore transcript consistency * fmt * Code improvement * Code improvement * Code improvement * Code improvement * Import ceno-goldilocks main branch * fmt * Reuse Goldilocks random * Add basefield arithmetics * fmt * Use degree 2 ext for soundness * Specify output * Correct BaseField trait bound * Improve arithmetic definition * Reorder arithmetic definition * Add arithmetic traits * Feat/Remove ZK from Spartan Backend (#53) --------- Co-authored-by: Yuncong Zhang <[email protected]> Co-authored-by: Matthias Goergens <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat/goldilocks-spartan
,fix/no_zk_verifier
andkunming/poseidon_test
.multiply_vec_block
andcompute_eval_table_sparse_disjoint_rounds
.