Skip to content

Commit

Permalink
feat: update zeromorph implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
surfer05 committed Dec 29, 2024
1 parent cd448d6 commit a732163
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 66 deletions.
15 changes: 9 additions & 6 deletions zeromorph/implementation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ version = "0.1.0"
edition = "2021"

[dependencies]
ark-std = "0.4"
ark-ff = "0.4"
ark-ec = "0.4"
ark-bls12-381 = "0.4"
ark-poly = "0.4"
ark-serialize = "0.4"
ark-std = "0.5.0"
ark-ff = "0.5.0"
ark-ec = "0.5.0"
ark-bls12-381 = "0.5.0"
ark-poly = "0.5.0"
ark-serialize = "0.5.0"
ark-relations = "0.5.0" # Possibly needed if you do some circuit-based stuff
rand = "0.8"
merlin = "3.0"
Loading

0 comments on commit a732163

Please sign in to comment.