Skip to content

Commit 38ba8d6

Browse files
committed
fix: overflow in r1cs trans on shifts
1 parent 567d062 commit 38ba8d6

3 files changed

Lines changed: 174 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 111 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ circ_opt = { path = "circ_opt" }
1212
circ_hc = { path = "circ_hc", default-features = false, features = ["rc", "lru"]}
1313
circ_waksman = { path = "circ_waksman" }
1414
rug = { version = "1.11", features = ["serde"] }
15-
gmp-mpfr-sys = { version = "1.4", optional = true }
15+
gmp-mpfr-sys = { version = "1.6", optional = true }
1616
lazy_static = { version = "1.4", optional = true }
1717
rand = "0.8"
1818
rand_chacha = "0.3"
@@ -26,7 +26,7 @@ typed-arena = { version = "2.0", optional = true }
2626
log = "0.4"
2727
thiserror = "1.0"
2828
bellman = { git = "https://github.com/alex-ozdemir/bellman.git", branch = "mirage", optional = true }
29-
rug-polynomial = { version = "0.2.5", optional = true }
29+
rug-polynomial = { version = "0.2.6", optional = true }
3030
rayon = { version = "1", optional = true }
3131
ff = { version = "0.12", optional = true }
3232
fxhash = "0.2"

0 commit comments

Comments
 (0)