Skip to content

Commit

Permalink
fix: Use high limb in scalar multiplication (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Sep 13, 2023
1 parent e2105f7 commit 9014b8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ edition = "2021"
rust-version = "1.66"

[workspace.dependencies]
acvm = "0.26.0"
acvm = "0.26.1"
arena = { path = "compiler/utils/arena" }
fm = { path = "compiler/fm" }
iter-extended = { path = "compiler/utils/iter-extended" }
Expand Down

0 comments on commit 9014b8a

Please sign in to comment.