proof-cat-core 0.1.0

Field-agnostic proof-system primitives (sumcheck, multilinear, Fiat-Shamir, Merkle) shared by proof-cat and stark-cat
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 = "2024"
name = "proof-cat-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Field-agnostic proof-system primitives (sumcheck, multilinear, Fiat-Shamir, Merkle) shared by proof-cat and stark-cat"
readme = "README.md"
keywords = [
    "zero-knowledge",
    "sumcheck",
    "stark",
    "merkle",
    "fiat-shamir",
]
categories = [
    "mathematics",
    "cryptography",
]
license = "MIT OR Apache-2.0"

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

[dependencies.field-cat]
version = "0.1"

[dependencies.sha2]
version = "0.10"

[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"
pedantic = "warn"

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