Skip to content

Commit

Permalink
feat!: fflonk
Browse files Browse the repository at this point in the history
  • Loading branch information
robik75 committed Oct 30, 2024
1 parent aa58c7d commit 5ca9ec2
Show file tree
Hide file tree
Showing 96 changed files with 125,233 additions and 5,453 deletions.
12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ shivini = { version = "=0.151.1", path = "crates/shivini" }
wrapper-prover = { version = "=0.151.1", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }

# These dependencies should be shared by all the crates.
circuit_definitions = { version = "=0.150.7" }
zkevm_test_harness = { version = "=0.150.7" }
boojum = "=0.30.1"
franklin-crypto = "=0.30.1"
boojum = "=0.30.2"
circuit_definitions = "=0.150.8"
franklin-crypto = "=0.30.2"
snark_wrapper = "=0.30.2"
zkevm_test_harness = "=0.150.8"

[profile.release]
debug = "line-tables-only"
5 changes: 4 additions & 1 deletion crates/boojum-cuda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ description = "Boojum-CUDA is a library implementing GPU-accelerated cryptograph
[build-dependencies]
boojum.workspace = true
era_cudart_sys.workspace = true
snark_wrapper.workspace = true
cmake = "0.1"
itertools = "0.13"

[dependencies]
boojum.workspace = true
era_cudart.workspace = true
era_cudart_sys.workspace = true
snark_wrapper.workspace = true
itertools = "0.13"
lazy_static = "1.4"

Expand All @@ -31,6 +33,7 @@ criterion = "0.5"
criterion-macro = "0.4"
itertools = "0.13"
rand = "0.8"
rand_04 = { package = "rand", version = "0.4" }
rayon = "1.10"
serial_test = "3.1"

Expand All @@ -55,5 +58,5 @@ name = "ops_complex"
harness = false

[[bench]]
name = "poseidon"
name = "poseidon2"
harness = false
231 changes: 0 additions & 231 deletions crates/boojum-cuda/benches/poseidon.rs

This file was deleted.

Loading

0 comments on commit 5ca9ec2

Please sign in to comment.