Differences From Artifact [e0a4f2f438]:
- File libtommath/bn_mp_sqrt.c — part of check-in [b7a5d60841] at 2019-01-22 16:26:59 on branch libtommath — Update to libtommath v1.1.0-rc4 (user: jan.nijtmans size: 1801) [more...]
To Artifact [b37ee4cccb]:
- File libtommath/bn_mp_sqrt.c — part of check-in [7dfd9e42da] at 2019-04-05 16:58:41 on branch libtommath — Take over improvements from libtommath's development branch (which will appear in next version). - More efficient MP_SET_XLONG() macro. - New internal macro's IS_ZERO/IS_EVEN/IS_ODD - Changed signature for XMALLOC/XREALLOC/XFREE (user: jan.nijtmans size: 1802) [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | #include "tommath_private.h" |
| ︙ |