Skip to content

Commit

Permalink
feat: add dory commitment scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo <[email protected]>
  • Loading branch information
g1684774 committed Feb 7, 2025
1 parent 2462e17 commit f887d89
Show file tree
Hide file tree
Showing 11 changed files with 1,108 additions and 88 deletions.
116 changes: 29 additions & 87 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion jolt-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ num-integer = "0.1.45"
postcard = { version = "1.0.8", default-features = false, features = [
"use-std",
] }
rand = "0.7.3"
rand = "0.8.0"
rand_chacha = { version = "0.3.0", default-features = false }
rand_core = { version = "0.6.4", default-features = false }
rayon = { version = "^1.8.0", optional = true }
Expand Down
Loading

0 comments on commit f887d89

Please sign in to comment.