Same bug in full_mul

This commit is contained in:
Tomasz Drwięga 2016-03-09 11:50:35 +01:00
parent 9c714688cd
commit 79d2beb42a

View File

@ -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;
} }