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 | 30 31 32 33 34 35 36 37 38 39 | - - - + + + |
s[iy] = t;
++ix;
--iy;
}
}
#endif
|