Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cb3ff8c2 | 2019-05-19 09:54:25 | improve coverage | ||
| 150c47cc | 2019-05-19 16:36:53 | refactor literal suffix with u lowercase | ||
| f55f0a9e | 2019-05-18 09:28:33 | fix some usages of enum types | ||
| 56e7a401 | 2019-05-13 02:46:11 | deprecate mp_jacobi | ||
| 198418ba | 2019-05-14 20:39:33 | bugfix: don't revert to platform rand source, but to jenkins source! | ||
| 4534056c | 2019-05-13 00:22:18 | use enums mp_err, mp_ord, mp_bool, mp_sign * MP_USE_ENUMS enables enums * Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined * 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined | ||
| f85bd31e | 2019-05-12 17:06:40 | fix undefined behavior in labs | ||
| 2a2e2716 | 2019-05-12 11:33:17 | move jenkins prng to bn_s_mp_rand_jenkins.c | ||
| 8d71a9e3 | 2019-05-11 00:19:28 | travis: add -fsanitize=undefined | ||
| 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 |