p3-commit 0.4.2

A framework for implementing various cryptographic commitment schemes, including non-hiding variants.
Documentation
[dependencies.itertools]
default-features = false
features = ["use_alloc"]
version = "0.14.0"

[dependencies.p3-challenger]
optional = true
version = "0.4.2"

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

[dependencies.p3-field]
version = "0.4.2"

[dependencies.p3-matrix]
version = "0.4.2"

[dependencies.p3-util]
version = "0.4.2"

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

[dev-dependencies]

[features]
default = ["test-utils"]
test-utils = ["p3-challenger", "p3-dft"]

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

[lints.clippy]
cognitive_complexity = "allow"
match_bool = "warn"
needless_pass_by_value = "warn"
redundant_pub_crate = "allow"
semicolon_if_nothing_returned = "warn"
too_long_first_doc_paragraph = "allow"
transmute_undefined_repr = "allow"
tuple_array_conversions = "allow"
unused_peekable = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.rust]
rust_2024_incompatible_pat = "warn"
unused_must_use = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
all = "warn"

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