Differences From Artifact [83a0c682db]:
- File libtommath/bn_mp_mulmod.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: 1070) [more...]
To Artifact [554112f484]:
- File libtommath/bn_mp_mulmod.c — part of check-in [bbc944c5d3] at 2017-08-29 20:39:15 on branch libtommath — libtommath 1.0.1 (user: jan.nijtmans size: 1051) [more...]
| ︙ | ︙ | |||
31 32 33 34 35 36 37 | } res = mp_mod (&t, c, d); mp_clear (&t); return res; } #endif | | | | | 31 32 33 34 35 36 37 38 39 40 | } res = mp_mod (&t, c, d); mp_clear (&t); return res; } #endif /* ref: tag: v1.0.1, master */ /* git commit: 5953f62e42b24af93748b1ee5e1d062e242c2546 */ /* commit time: 2017-08-29 22:27:36 +0200 */ |