Skip to content

Commit df86ca3

Browse files
committed
Merge branch 'U29x9' into 'main'
Add U29x9 widening windowed implementation See merge request tokend/alpenlabs/fastmul!9
2 parents 856151d + d9ca14a commit df86ca3

File tree

8 files changed

+809
-67
lines changed

8 files changed

+809
-67
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ rand_chacha = "0.3.1"
3232
rand = "0.8.5"
3333
num-bigint = { version = "0.4.4", features = ["rand"] }
3434
ark-std = "0.4.0"
35+
konst = "0.3.9"
3536

3637
[profile.dev]
3738
opt-level = 3

src/bigint/arithmetics/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pub mod add;
22
pub mod mul;
3+
pub mod shl;
34
pub mod u29x9;
45

56
#[cfg(test)]

0 commit comments

Comments
 (0)