rust-kzg-bn254-prover 0.1.0

This library offers a set of functions for generating and interacting with bn254 KZG commitments and proofs in rust, with the motivation of supporting fraud and validity proof logic in EigenDA rollup integrations.
Documentation
[dependencies.ark-bn254]
version = "0.5.0"

[dependencies.ark-ec]
features = ["parallel"]
version = "0.5.0"

[dependencies.ark-ff]
features = ["parallel"]
version = "0.5.0"

[dependencies.ark-poly]
features = ["parallel"]
version = "0.5.0"

[dependencies.ark-std]
features = ["parallel"]
version = "0.5.0"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rayon]
version = "1.10"

[dependencies.rust-kzg-bn254-primitives]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.lazy_static]
version = "1.5.0"

[dev-dependencies.rand]
version = "0.8.5"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This library offers a set of functions for generating and interacting with bn254 KZG commitments and proofs in rust, with the motivation of supporting fraud and validity proof logic in EigenDA rollup integrations."
edition = "2021"
exclude = ["tests/*", "benches/*"]
license-file = "LICENSE"
name = "rust-kzg-bn254-prover"
readme = "README.md"
repository = "https://github.com/Layr-Labs/rust-kzg-bn254"
rust-version = "1.81"
version = "0.1.0"