Skip to content

Commit

Permalink
Merge branch 'zkcuda' into zkcuda_simd
Browse files Browse the repository at this point in the history
  • Loading branch information
siq1 committed Jan 15, 2025
2 parents 022ea23 + a446583 commit 872006e
Show file tree
Hide file tree
Showing 17 changed files with 1,800 additions and 70 deletions.
333 changes: 306 additions & 27 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ gkr = { git = "https://github.com/PolyhedraZK/Expander", branch = "dev" }
gf2 = { git = "https://github.com/PolyhedraZK/Expander", branch = "dev" }
mersenne31 = { git = "https://github.com/PolyhedraZK/Expander", branch = "dev" }
expander_transcript = { git = "https://github.com/PolyhedraZK/Expander", branch = "dev", package = "transcript" }
crosslayer_prototype = { git = "https://github.com/PolyhedraZK/Expander", branch = "dev"}

5 changes: 5 additions & 0 deletions circuit-std-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ gkr.workspace = true
arith.workspace = true
gf2.workspace = true
mersenne31.workspace = true
sha2 = "0.10.8"
big-int = "7.0.0"
num-bigint = "0.4.6"
num-traits = "0.2.19"
ark-bls12-381 = "0.5.0"
Loading

0 comments on commit 872006e

Please sign in to comment.