You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ specify where you can find the corresponding unit test in the project.
16
16
17
17
| Command | Description | Location |
18
18
| --- | --- | --- |
19
-
|`cargo test -- --nocapture test_254_bit_windowed_widening_optimized_mul`| Test our widening multiplication algorithm |[`test.rs`](src/bigint/arithmetics/test.rs#L517)|
20
-
|`cargo test -- --nocapture test_254_bit_narrow_mul_w_width`| Test our narrow multiplication algorithm |[`test.rs`](src/bigint/arithmetics/test.rs#L487)|
21
-
|`cargo test -- --nocapture test_254_bit_windowed_lazy_widening_mul`| Test _BitVM_'s widening multiplication algorithm (extended by us) |[`test.rs`](src/bigint/arithmetics/test.rs#L457)|
22
-
|`cargo test -- --nocapture test_254_bit_naive_widening_mul`| Test _BitVM_'s narrow multiplication algorithm (a bit optimized by us) |[`test.rs`](src/bigint/arithmetics/test.rs#L414)|
19
+
|`cargo test -- --nocapture test_254_bit_windowed_widening_optimized_mul`| Test our widening multiplication algorithm |[`test.rs`](src/bigint/arithmetics/test.rs#L641)|
20
+
|`cargo test -- --nocapture test_254_bit_narrow_mul_w_width`| Test our narrow multiplication algorithm |[`test.rs`](src/bigint/arithmetics/test.rs#L489)|
21
+
|`cargo test -- --nocapture test_254_bit_windowed_lazy_widening_mul`| Test _BitVM_'s widening multiplication algorithm (extended by us) |[`test.rs`](src/bigint/arithmetics/test.rs#L519)|
22
+
|`cargo test -- --nocapture test_254_bit_naive_widening_mul`| Test _BitVM_'s narrow multiplication algorithm (a bit optimized by us) |[`test.rs`](src/bigint/arithmetics/test.rs#L459)|
23
23
|`cargo test -- --nocapture test_255_bit_cmpeq_widening_mul`| Test [`cmpeq`](https://bitcointalk.org/index.php?topic=5477449.0)'s widening multiplication algorithm |[`test.rs`](src/bigint/cmpeq/test.rs#L56)|
24
24
|`cargo test -- --nocapture --ignored debug_mul_performance_comparison`| Compare the performance of several multiplication algorithms used |[`test.rs`](src/bigint/performance.rs#L14)|
0 commit comments