Same bug in full_mul
This commit is contained in:
parent
9c714688cd
commit
79d2beb42a
@ -1275,7 +1275,7 @@ impl U256 {
|
|||||||
let (b_u, b_l) = split(you[i]);
|
let (b_u, b_l) = split(you[i]);
|
||||||
|
|
||||||
for j in 0..4 {
|
for j in 0..4 {
|
||||||
if me[j] == 0 {
|
if me[j] == 0 && carry2 == 0 {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user