Differences From Artifact [aff0a8e123]:
- File libtommath/bn_reverse.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: 982) [more...]
To Artifact [83bfc450cd]:
- File libtommath/bn_reverse.c — part of check-in [bbc944c5d3] at 2017-08-29 20:39:15 on branch libtommath — libtommath 1.0.1 (user: jan.nijtmans size: 963) [more...]
| ︙ | ︙ | |||
30 31 32 33 34 35 36 |
s[iy] = t;
++ix;
--iy;
}
}
#endif
| | | | | 30 31 32 33 34 35 36 37 38 39 |
s[iy] = t;
++ix;
--iy;
}
}
#endif
/* ref: tag: v1.0.1, master */
/* git commit: 5953f62e42b24af93748b1ee5e1d062e242c2546 */
/* commit time: 2017-08-29 22:27:36 +0200 */
|