# 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.