Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e9b1837c | 2014-02-13 20:21:18 | mp_expt_d: bring back pre 921be35779f7d71080ad85c27ed58671602d59b3 state The implementation of the expt_d functionality is now implemented in the mp_expt_d_ex() function. The user can now choose between the old (more timing resistant) version and the new version by modification of the parameter 'fast'. mp_expt_d() defaults to the old version | ||
| 52cfd5ff | 2014-02-14 11:26:07 | mp_n_root: add mp_n_root_ex() with parameter 'fast' for mp_expt_d_ex() This change is introduced to be able to choose the underlying implementation of mp_expt_d_ex() The implementation of the root_n functionality is now implemented in the mp_n_root_ex() function. The parameter 'fast' is just passed over to mp_expt_d_ex(). mp_n_root() defaults to the pre 921be35779f7d71080ad85c27ed58671602d59b3 implementation | ||
| 759a926c | 2014-09-28 13:12:10 | minor changes & clean-up & small fixes gitignore: add libtool output booker.pl: fix source code parsing and trim trailing spaces demo/demo: fix compiler warning, add informational output demo/timing & etc/tune: fix TIMFUNC() makefile: minor changes makefile.shared: increase version, add missing mp_balance_mul tommath: make sure that DIGIT_BIT is correct | ||
| 78b8a772 | 2014-09-23 22:55:08 | fix compiler warnings with MP_16BIT | ||
| b0c385af | 2014-09-23 22:54:30 | fix x32 compilation change mp_digit/mp_word to unsigned long long introduce new internal type mp_min_u32 that is minimum 32 bit wide x32 target is 64 bit arch but has 32 bit wide 'unsigned long' | ||
| ddd788a1 | 2014-02-14 11:30:15 | trim trailing spaces | ||
| ba15caa3 | 2014-01-20 13:25:55 | Add mp_isneg() This function originally came from Heimdal's bundled copy of libtommath. Signed-off-by: Ken Dreyer <ktdreyer@ktdreyer.com> | ||
| e68439aa | 2011-05-23 19:44:05 | balancing multiplication like that in Ruby 1.9 | ||
| 3e1ae078 | 2013-01-22 21:29:12 | added mp_import / mp_export | ||
| 95356f72 | 2013-09-02 09:52:11 | Fix typo on comment | ||
| fef72c34 | 2012-01-09 06:50:09 | fix mp_error_to_string in tommath.h | ||
| 6d20c3c6 | 2011-03-23 23:24:37 | removed flag LTM_PRIME_2MSB_OFF since it's no more available | ||
| f0b91a57 | 2006-04-06 19:49:59 | added libtommath-0.39 | ||
| 9294e791 | 2005-08-01 16:37:28 | added libtommath-0.36 | ||
| 3d0fcaab | 2005-02-12 08:40:15 | added libtommath-0.34 | ||
| 4b7111d9 | 2004-12-23 02:40:37 | added libtommath-0.33 | ||
| e549ccfe | 2004-10-29 22:07:18 | added libtommath-0.32 | ||
| 350578d4 | 2004-04-11 20:46:22 | added libtommath-0.30 | ||
| 6c48a9b3 | 2004-01-25 17:40:21 | added libtommath-0.29 | ||
| 455bb4db | 2003-12-24 18:59:22 | added libtommath-0.28 | ||
| c1da6aa2 | 2003-08-05 01:24:44 | added libtommath-0.25 | ||
| eed6765f | 2003-07-12 14:31:43 | added libtommath-0.23 | ||
| 4c1d3f08 | 2003-07-02 15:39:39 | added libtommath-0.22 | ||
| 0ef44cea | 2003-05-29 13:35:26 | added libtommath-0.18 | ||
| fd181cc8 | 2003-05-17 12:33:54 | added libtommath-0.17 | ||
| 14161e84 | 2003-03-29 18:16:01 | added libtommath-0.16 | ||
| b1756f2f | 2003-03-22 15:10:20 | added libtommath-0.15 | ||
| 82f48582 | 2003-03-13 02:11:11 | added libtommath-0.14 | ||
| b66471f7 | 2003-02-28 16:09:08 | added libtommath-0.13 | ||
| 57354e11 | 2003-02-28 16:08:34 | added libtommath-0.12 |