# slop-commit
Polynomial commitment scheme abstractions for SLOP.
Built on [`p3_commit`](https://crates.io/crates/p3_commit) from [Plonky3](https://github.com/Plonky3/Plonky3), with additional functionality:
- Message module for structured commitment data
- Rounds module for multi-round commitment protocols
Provides the traits and utilities for building polynomial commitment schemes used in SP1's proof system.
## License
This crate builds on Plonky3, which is licensed under MIT/Apache-2.0.
---
Part of [SLOP](https://github.com/succinctlabs/sp1/tree/dev/slop), the Succinct Library of Polynomials.