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
[package]
name = "slop-commit"
description = "Polynomial commitment scheme abstractions for SLOP"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
p3-commit = { workspace = true }
slop-alloc = { workspace = true }
serde = { workspace = true, features = ["rc"] }