kc3-lang/libtommath/tommath_class.h

Branch :


Log

Author Commit Date CI Message
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
4f245b04 2018-12-02 21:18:32 Update makefiles etc.
3ec93dab 2018-12-12 00:14:05 bugfix in bn_mp_kronecker.c, cleanup and formatting in div. files
0493739d 2018-12-02 13:10:09 add missing comments
adbadc70 2018-11-18 01:30:51 Fix includes Header files which are located in the same directory that the file from where it is included must be included using `" "`, not `< >`. Otherwise the compiler (gcc 5) cannot understand `#include <tommath_class.h>` in `/usr/include/tommath/tommath.h`.
81cdb9ac 2018-09-10 18:52:29 regenerate files
109bfa57 2018-09-10 18:49:10 regenerate files
22550d41 2018-05-02 22:01:09 Do not use tommath.h from the system for building
9034e712 2018-05-02 21:43:17 Do not use installed headers for building
82a2d385 2017-08-30 05:56:38 refactor indentation of preprocessor directives
49e54320 2017-08-28 16:59:11 update tommath_class.h
3ab918e7 2017-04-09 01:00:00 update tommath_class.h
1f889479 2015-04-18 11:03:22 update makefiles etc.
d4cccd52 2014-12-10 18:59:56 udpate makefiles etc.
cf045216 2014-12-10 17:21:14 update makefiles etc.
d7171985 2014-10-18 18:56:56 update after removing balance multiplication
b425b0ea 2014-10-18 18:54:06 Revert "balancing multiplication like that in Ruby 1.9" This reverts commit e68439aae10d003250afa6c1f57025bfee5f82ed. Conflicts: bn_mp_balance_mul.c makefile
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
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
c8202864 2014-01-22 17:53:34 add missing updates
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
9294e791 2005-08-01 16:37:28 added libtommath-0.36
fdfa2f4f 2005-03-12 11:55:11 added libtommath-0.35
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