Skip to content

Commit

Permalink
Adds matrix multiplication prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Reilabs authored and Reilabs committed Feb 5, 2025
1 parent 3f0d216 commit af86780
Show file tree
Hide file tree
Showing 3 changed files with 207,596 additions and 4 deletions.
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ ark-crypto-primitives = { version = "0.5", features = ["merkle_tree"] }
rand = "0.8"
nimue-pow = { git = "https://github.com/arkworks-rs/nimue"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ark-poly = "0.5"
ark-std = { version = "0.5", features = ["std"] }
ark-serialize = "0.5"
clap = { version = "4.4.17", features = ["derive"] }
serde_json = "1.0"


[lints]
Expand Down
Loading

0 comments on commit af86780

Please sign in to comment.