Differences From Artifact [b435c7213e]:
- File libtommath/bn_mp_dr_reduce.c — part of check-in [6954ead823] at 2017-09-18 08:31:55 on branch trunk — Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific modifications are kept. (user: jan.nijtmans size: 2501) [more...]
To Artifact [b385f06c90]:
- File libtommath/bn_mp_dr_reduce.c — part of check-in [330a406fa5] at 2017-09-18 12:53:48 on branch trunk — Another round of libtommath const'ification. To be submitted to the libtommath folks (user: jan.nijtmans size: 2507) [more...]
| ︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | * The modulus must be of a special format [see manual] * * Has been modified to use algorithm 7.10 from the LTM book instead * * Input x must be in the range 0 <= x <= (n-1)**2 */ int |
| ︙ |