Skip to content

Commit

Permalink
Merge pull request privacy-scaling-explorations#129 from input-output…
Browse files Browse the repository at this point in the history
…-hk/dev-fix/move-poseidon-benchmark-to-halo2_proofs

Move poseidon benchmark to `halo2_proofs`
  • Loading branch information
b13decker authored Feb 27, 2024
2 parents 7e5b7a1 + 54498ea commit cb0d9ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ harness = false
name = "primitives"
harness = false

[[bench]]
name = "poseidon"
harness = false

[[bench]]
name = "eccops"
harness = false
Expand Down
5 changes: 5 additions & 0 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ harness = false
name = "accumulation"
harness = false

[[bench]]
name = "poseidon"
harness = false

[dependencies]
arrayvec = "0.7.0"
bitvec = "1"
Expand Down Expand Up @@ -80,6 +84,7 @@ gumdrop = "0.8"
proptest = "1"
rand = "0.8"
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }
halo2_gadgets = { version = "0.2", path = "../halo2_gadgets" }

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies]
getrandom = { version = "0.2", features = ["js"] }
Expand Down
File renamed without changes.

0 comments on commit cb0d9ff

Please sign in to comment.