Skip to content

eftychis/sumcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sumcheck implementation (for Large Data and collaborative SNARK)[wip]

This is a [research grade] sumcheck protocol implementation. Sumcheck is one of the fundamental tools undernearth a lot of modern Zero Knowledge protocols. (Like zkSNARKs (introduced here) or other arguments) See also Unreasonable usefulness of the sumcheck protocols. The sumcheck protocol allows a party (known as the Prover) to efficiently prove to the Verifier that the Prover can co mpute a multivariate polynomial with a large number u of variables (thus O(2^u) computation). Meanwhile, besides imposing a large computation, it allows the Prover to create a small commitment.

Build

Use cargo.

cargo build

Similarly, to test

cargo test

License

All rights reserved. Communicate for information.

About

Sumcheck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages