Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 290c28c1 | 2019-05-07 09:49:26 | deprecate PRIME_SIZE in favor of MP_PRIME_SIZE | ||
| 44d03a6f | 2019-05-07 09:45:38 | deprecate LTM_PRIME_* macros in favor of MP_PRIME_* | ||
| e2ee39b5 | 2019-04-26 12:39:26 | deprecate ltm_prime_callback | ||
| 80f5fac5 | 2019-04-26 12:35:39 | rename LTM_NO_FILE to MP_NO_FILE | ||
| 0337d48b | 2019-04-25 19:35:19 | add MP_NULL_TERMINATED | ||
| 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 |