summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_add_d.c
Commit message (Collapse)AuthorAgeFilesLines
* Restore bn_mp_add_d.c to exact copy of libtommath-1.0 version: Since the ↵jan.nijtmans2016-11-171-3/+2
| | | | mp_clamp() function already restores the sign of it's argument to positive if c->used ==0, it is not necessary to do that twice. Therefore, the original version of the code is correct.
* (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵jan.nijtmans2016-11-161-4/+8
|\ | | | | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it.
| * import libtommath 1.0jan.nijtmans2016-11-161-6/+6
| |
| * Import of tommath 0.42.0jan.nijtmans2011-03-141-3/+3
| |
| * re-import ltm-0.39, with original RCS-ID'sjan.nijtmans2011-03-141-4/+4
| |
| * Import of libtommath 0.39+Kevin B Kenny2006-12-011-3/+3
| |
| * Import of libtommath 0.37Kevin B Kenny2005-12-271-2/+5
| |
| * Import of libtommath 0.36Kevin B Kenny2005-09-261-0/+4
| |
| * Import of libtommath 0.33 Kevin B Kenny2005-01-191-0/+105
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-5/+0
| | | more harm than good. Purged them.
* Upgrade to tommath 0.39 plus patches from TomKevin B Kenny2006-12-011-1/+3
|
* Merge changesKevin B Kenny2005-12-271-2/+4
|
* TIP#237 IMPLEMENTATIONdgp2005-10-081-4/+5
| | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code.
* Import of libtommath 0.36Kevin B Kenny2005-09-261-0/+4
|
* Import of libtommath 0.33Kevin B Kenny2005-01-191-0/+105