Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0669e92e | 2019-05-08 20:18:53 | deprecate mp_prime_random_ex in favor of mp_prime_rand We can use the internal mp_rand generator now, since it generates numbers which are safe for crypto purposes. | ||
| 2a0021a4 | 2019-05-08 14:57:04 | mp_rand: remove superflous mp_clamp | ||
| 9ddf1e58 | 2019-05-07 12:26:46 | support custom random data source via mp_rand_source * deprecate MP_PRNG_ENABLE_LTM_RNG * custom mp_rand_source is used always if set, which should be more aligned with user expectations * use custom source in tune.c * don't call random number generator once per digit, which is slow | ||
| 2ea04fb7 | 2019-05-07 10:42:26 | dep.pl: strip comments | ||
| c7596983 | 2019-05-07 10:28:32 | fix dep.pl - use lookahead to only generated dependencies for 'mp_*(' | ||
| 818d8fb7 | 2019-05-03 17:39:10 | Rework handling of tunable cutoffs * In the default settings, a cutoff X can be modified at runtime by adjusting the corresponding X_CUTOFF variable. * Tunability of the library can be disabled at compile time by defining the MP_FIXED_CUTOFFS macro. * There is an additional file tommath_cutoffs.h, which defines the default cutoffs. These can be adjusted manually or by the autotuner. | ||
| fbfcb661 | 2019-04-12 14:56:29 | apply rename | ||
| 3afec571 | 2019-04-10 15:19:23 | Re-generate callgraph and tommath_class.h | ||
| 35311aea | 2019-04-03 23:50:57 | added function mp_ilogb | ||
| 27ca25cb | 2019-04-06 18:55:43 | added multiplcation balancing for the Toom-Cook algorithms | ||
| 984d3ff6 | 2019-04-01 03:41:26 | changed seed to make nth-root usable | ||
| 58e9084e | 2019-04-06 17:38:41 | run `make new_file` | ||
| 769218cc | 2019-04-03 18:59:09 | additional functions mp_incr and mp_decr | ||
| 646ac880 | 2019-04-04 07:55:02 | update callgraph and tommath_class | ||
| 6ce271c4 | 2018-12-28 09:41:54 | mp_iseven & mp_isodd becomes C functions | ||
| 4f245b04 | 2018-12-02 21:18:32 | Update makefiles etc. | ||
| 81cdb9ac | 2018-09-10 18:52:29 | regenerate files | ||
| 109bfa57 | 2018-09-10 18:49:10 | regenerate files | ||
| 233df836 | 2017-08-28 16:59:03 | update callgraph | ||
| 0cc30386 | 2017-04-09 00:59:55 | update callgraph | ||
| 5b3178d8 | 2015-10-30 18:05:12 | Merge branch 'feature/mp_sqrtmod_prime' into develop Signed-off-by: Tom St Denis <tstdenis82@gmail.com> | ||
| 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 | ||
| c8202864 | 2014-01-22 17:53:34 | add missing updates | ||
| 3e1ae078 | 2013-01-22 21:29:12 | added mp_import / mp_export | ||
| 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 |