Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 7365442a | 2019-05-10 23:59:46 | No grow necessary in mp_set_int* functions * mp_set_int* always return MP_OKAY * remove return checks for mp_set_int* * introduce MP_MIN_PREC | ||
| 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. | ||
| db76bed2 | 2019-05-04 18:57:07 | added autotuning functionality for the Toom-Cook cut-offs | ||
| fbfcb661 | 2019-04-12 14:56:29 | apply rename | ||
| 35311aea | 2019-04-03 23:50:57 | added function mp_ilogb | ||
| 70a30ae7 | 2019-04-07 02:29:28 | remove footers | ||
| 984d3ff6 | 2019-04-01 03:41:26 | changed seed to make nth-root usable | ||
| 769218cc | 2019-04-03 18:59:09 | additional functions mp_incr and mp_decr | ||
| 4e138a0e | 2019-03-01 13:24:49 | added building with ICC | ||
| ca78050c | 2019-03-01 02:44:58 | added building howto for NetBSD |