slop-commit 6.0.0-rc.1

Polynomial commitment scheme abstractions for SLOP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.