p3-commit 0.3.1-succinct

A framework for implementing various cryptographic commitment schemes, including non-hiding variants.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "p3-commit"
version = "0.3.1-succinct"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework for implementing various cryptographic commitment schemes, including non-hiding variants."
homepage = "https://github.com/Plonky3/Plonky3"
readme = false
keywords = [
    "cryptography",
    "SNARK",
    "PLONK",
    "FRI",
    "plonky3",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Plonky3/Plonky3"

[features]
test-utils = ["dep:p3-dft"]

[lib]
name = "p3_commit"
path = "src/lib.rs"

[dependencies.itertools]
version = "0.12.0"

[dependencies.p3-challenger]
version = "0.3.1-succinct"

[dependencies.p3-dft]
version = "0.3.1-succinct"
optional = true

[dependencies.p3-field]
version = "0.3.1-succinct"

[dependencies.p3-matrix]
version = "0.3.1-succinct"

[dependencies.p3-util]
version = "0.3.1-succinct"

[dependencies.serde]
version = "1.0"
default-features = false