Skip to content

Commit

Permalink
Merge branch 'feat/rayon_parallelism' into matthias/s-box-7
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed Jan 24, 2025
2 parents 8a1690a + 8d2336a commit 3f3b410
Show file tree
Hide file tree
Showing 45 changed files with 18,230 additions and 10,334 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
*.rtk
*.ctk
zok_tests/benchmarks/poseidon_test/poseidon_const.zok

# Generated by Cargo
# will have compiled files and executables
Expand Down
141 changes: 129 additions & 12 deletions circ_blocks/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions circ_blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ from-pest = { version = "0.3", optional = true }
itertools = "0.10"
petgraph = { version = "0.6", optional = true }
spartan = { version = "0.8", default-features = false, optional = true }
spartan_parallel = { path = "../spartan_parallel", default-features = false, features = [
"multicore",
"profile",
] }
spartan_parallel = { path = "../spartan_parallel", default-features = false, features = ["profile"] }
merlin = { version = "3.0.0" }
curve25519-dalek = { version = "4", features = ["serde"], optional = true }
# TODO: kill
Expand Down
Loading

0 comments on commit 3f3b410

Please sign in to comment.