Differences From Artifact [e7c33e083a]:
- File libtommath/bn_mp_cnt_lsb.c — part of check-in [dfaa44e279] at 2016-11-16 13:04:26 on branch libtommath — import libtommath 1.0 (user: jan.nijtmans size: 1231)
To Artifact [cb8877de2b]:
- File libtommath/bn_mp_cnt_lsb.c — part of check-in [18372c0c7e] at 2017-08-29 19:52:35 on branch libtommath — libtommath 1.0.1 rc 2 (user: jan.nijtmans size: 1349)
| ︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 | - - - + + + |
} while (qq == 0);
}
return x;
}
#endif
|