Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| adf9605d | 2019-05-09 03:28:49 | add warn_unused_result, found one missing check! | ||
| cc703a84 | 2019-05-11 12:09:59 | add missing parameter name in prototype | ||
| 7d4e8363 | 2019-05-08 19:43:21 | refactor with new private macro MP_MAXFAST | ||
| 556219aa | 2019-05-09 22:07:13 | refactor with new private macro MP_SIZEOF_BITS CHAR_BIT is no longer directly used | ||
| 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. | ||
| 250751be | 2019-05-07 09:32:59 | tommath.h: do not expose stdlib.h | ||
| 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. | ||
| 90eccd57 | 2019-04-25 15:36:35 | prefix private macros by PRIVATE_ | ||
| 632601f4 | 2019-04-13 17:34:11 | MP_WARRAY is an internal macro | ||
| e45f75fd | 2019-04-13 08:46:57 | deprecate DIGIT_BIT, use MP_DIGIT_BIT |