Differences From Artifact [03382d67f0]:
- File libtommath/bn_mp_cnt_lsb.c — part of check-in [c7a3a1452b] at 2016-03-11 17:13:38 on branch gahr-ticket-e6f27aa56f — [e6f27aa56f] Initial import of libtommath-1.0 This commit brings in libtommath-1.0, as of tag v1.0 of the upstream repository at https://github.com/libtom/libtommath. Only the top-level directory has been imported: the demo, etc, logs, mtest, pics, pre_gen, and tombc directories have been removed from our repo. The stubs tables have been regenerated to accomodate for the new function: mp_expt_d_ex(mp_int *a, mp_digit b, mp_int *c, int fast); See https://github.com/libtom/libtommath/commit/e9b1837 for details. Only the unix build system has been modified for now. Windows and Mac OSX will come later. (user: gahr size: 1237) [more...]
To Artifact [ff6cf4129a]:
- File libtommath/bn_mp_cnt_lsb.c — part of check-in [27923399a3] at 2017-08-29 20:25:53 on branch libtommath-1.0.1 — libtommath 1.0.1 rc2, for test purposes only (user: jan.nijtmans size: 1355) [more...]
| ︙ | ︙ | |||
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 */
|