Differences From Artifact [f3746e69f0]:
- File libtommath/bn_reverse.c — part of check-in [04515704be] at 2011-03-14 09:36:26 on branch libtommath — re-import ltm-0.39, with original RCS-ID's (user: jan.nijtmans size: 924) [more...]
To Artifact [4c24e934d8]:
- File libtommath/bn_reverse.c — part of check-in [004ecece95] at 2011-03-14 12:08:07 on branch libtommath — Import of tommath 0.42.0 (user: jan.nijtmans size: 891)
| ︙ | ︙ | |||
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
/* $Source$ */
/* $Revision: 0.41 $ */
/* $Date: 2007-04-18 09:58:18 +0000 $ */
|