Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| adf9605d | 2019-05-09 03:28:49 | add warn_unused_result, found one missing check! | ||
| 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. | ||
| 1a12486d | 2019-05-08 21:08:16 | add mp_rand test | ||
| eedf1624 | 2019-03-07 15:01:45 | allow filtering of tests executed | ||
| 44d03a6f | 2019-05-07 09:45:38 | deprecate LTM_PRIME_* macros in favor of MP_PRIME_* | ||
| 250751be | 2019-05-07 09:32:59 | tommath.h: do not expose stdlib.h |