mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 05:03:54 -05:00
20 lines
348 B
TOML
20 lines
348 B
TOML
[package]
|
|
name = "rln_proof"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rln.workspace = true
|
|
zerokit_utils.workspace = true
|
|
ark-bn254.workspace = true
|
|
ark-relations.workspace = true
|
|
ark-groth16.workspace = true
|
|
ark-serialize.workspace = true
|
|
|
|
[dev-dependencies]
|
|
criterion.workspace = true
|
|
|
|
[[bench]]
|
|
name = "generate_proof"
|
|
harness = false
|