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 |
} while (qq == 0);
}
return x;
}
#endif
| | | | | 44 45 46 47 48 49 50 51 52 53 |
} while (qq == 0);
}
return x;
}
#endif
/* ref: HEAD -> release/1.0.1, tag: v1.0.1-rc2 */
/* git commit: e8c27ba7df0efb90708029115c94d681dfa7812f */
/* commit time: 2017-08-29 10:48:46 +0200 */
|