Differences From Artifact [d1efb5302f]:
- File libtommath/bn_mp_add_d.c — part of check-in [ddfba6e771] at 2006-12-01 00:31:32 on branch trunk — Upgrade to tommath 0.39 plus patches from Tom (user: kennykb size: 2550) [more...]
To Artifact [0eef1844c6]:
- File libtommath/bn_mp_add_d.c — part of check-in [79367df0f0] at 2011-03-02 16:06:41 on branch core-8-5-branch — Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. (user: dgp size: 2388) [more...]
| ︙ | ︙ | |||
103 104 105 106 107 108 109 | } mp_clamp(c); return MP_OKAY; } #endif | < < < < < | 103 104 105 106 107 108 109 | } mp_clamp(c); return MP_OKAY; } #endif |