rust-bn254-hash/Cargo.toml

18 lines
350 B
TOML
Raw Normal View History

2025-01-17 20:53:33 +01:00
[package]
2025-01-25 12:35:54 +01:00
name = "rust-bn254-hash"
2025-01-17 20:53:33 +01:00
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
lazy_static = { version = "1.5.0" }
ark-std = { version = "0.5.0" }
ark-ff = { version = "0.5.0" }
ark-bn254 = { version = "0.5.0" }
2025-01-25 12:35:54 +01:00
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "iterated_perm"
harness = false