6 releases (stable)
| new 6.1.0 | Apr 11, 2026 |
|---|---|
| 6.0.2 | Feb 26, 2026 |
| 6.0.0-beta.1 | Jan 30, 2026 |
#927 in Magic Beans
15,705 downloads per month
Used in 48 crates
(11 directly)
235KB
5K
SLoC
slop-sumcheck
Sumcheck protocol implementation for multilinear polynomials.
Implements the sumcheck protocol, a fundamental building block for succinct proofs. The sumcheck protocol allows a prover to convince a verifier of the sum of a multivariate polynomial over the Boolean hypercube with logarithmic communication.
Features
SumcheckPolytraits to reduce code re-use between different sumchecks.- Prover for sumcheck, generic over a
SumcheckPolyFirstRoundimplementation. - Sumcheck verifier
- Support for batched sumcheck proofs
- Implementation of the
SumcheckPolytraits for theMletype.
References
Part of SLOP, the Succinct Library of Polynomials.
Dependencies
~11–15MB
~187K SLoC