slop-stacked 6.1.0

Stacked polynomial commitment scheme for SLOP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# slop-stacked

Stacked polynomial commitment scheme.

Implements a multilinear polynomial commitment scheme using a Ligero-inspired interleaving algorithm.

## Features

- Implementations of the `MultilinearPcsProver` and `MultilinearPcsVerifier` traits (the other implementation is in `slop-whir`).

---

Part of [SLOP](https://github.com/succinctlabs/sp1/tree/dev/slop), the Succinct Library of Polynomials.