Skip to content

Conversation

@darth-cy
Copy link
Collaborator

@darth-cy darth-cy commented Dec 5, 2024

  • Use SumcheckInstanceProof everywhere, replacing ZKSumcheckInstanceProof.
  • All sumcheck instance proofs will include compressed polynomials.

Copy link
Collaborator

@kunxian-xia kunxian-xia left a comment

Choose a reason for hiding this comment

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

Looks good to me except that we need to remove the codes in PolyEvalProof::prove() / verify().

@darth-cy
Copy link
Collaborator Author

darth-cy commented Dec 9, 2024

Looks good to me except that we need to remove the codes in PolyEvalProof::prove() / verify().

Removed!

@kunxian-xia kunxian-xia merged commit 781a290 into feat/goldilocks-spartan Dec 10, 2024
2 checks passed
@darth-cy darth-cy deleted the feat/remove_backend_zk branch December 10, 2024 01:23
@kunxian-xia kunxian-xia linked an issue Dec 10, 2024 that may be closed by this pull request
github-merge-queue bot pushed a commit that referenced this pull request Jan 7, 2025
* 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

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

remove the zk part in spartan_parallel

4 participants