26 lines
690 B
TOML
Raw Normal View History

2024-10-07 10:36:11 +02:00
[package]
name = "plonky2_poseidon2"
description = "Plonky2 with Poseidon2 hash"
authors = ["Mohammed Alghazwi <m.ghazwi@gmail.com>"]
readme = "README.md"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-12-06 09:12:02 +01:00
anyhow = { workspace = true }
unroll = { workspace = true }
2025-04-03 11:15:09 +02:00
plonky2 = { workspace = true , features = ["gate_testing"]}
2024-12-06 09:12:02 +01:00
plonky2_field = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
2024-11-26 09:53:47 +01:00
log = { version = "0.4.20", default-features = false }
jemallocator = "0.5.4"
2024-10-07 10:36:11 +02:00
[dev-dependencies]
criterion = { version = "0.5.1", default-features = false }
tynm = { version = "0.1.6", default-features = false }
[[bench]]
name = "poseidon2_perm"
harness = false