Differences From Artifact [cdd0464f35]:
- File libtommath/bn_mp_sqrt.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: 3254) [more...]
To Artifact [abf8acaf83]:
- File libtommath/bn_mp_sqrt.c — part of check-in [3617735687] at 2017-08-29 20:43:48 on branch libtommath-1.0.1 — Merge libtommath 1.0.1 final (user: jan.nijtmans size: 3235) [more...]
| ︙ | |||
136 137 138 139 140 141 142 | 136 137 138 139 140 141 142 143 144 145 | - - - + + + | E1: mp_clear(&t2); E2: mp_clear(&t1); return res; } #endif |