Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c9d41fba | 2019-10-15 10:40:40 | rename mp_ilogb() to mp_log_u32() | ||
| b4f7d8d4 | 2019-10-09 20:41:17 | test: use malloc/free tests are library consumers, MP_MALLOC is an internal macro | ||
| 6e3dae56 | 2019-10-08 21:47:57 | add MP_BUF error | ||
| b6813a41 | 2019-09-27 03:40:08 | replace mp_export/import by mp_pack/unpack | ||
| 71d1b7b9 | 2019-09-08 23:29:44 | make mp_to_radix return the count of characters of the converted number | ||
| d68e2877 | 2019-10-02 05:47:04 | bugfix for an edgecase | ||
| abdb0334 | 2019-09-25 00:29:19 | Refactored functions to read and write binaries and added "maxlen" | ||
| f8d64c64 | 2019-09-10 16:05:27 | create `mtest_opponent` instead of alt version of `test` | ||
| 75c52a89 | 2019-09-05 17:12:05 | be nice and tell when it's hex output did you know that 0x35 is equal to 53? ... ;-) | ||
| 9eecab7b | 2019-09-05 16:41:36 | print jenkins seed on startup I just had a case around where the `mp_prime_rand()` testcase failed but I couldn't reproduce. I'm pretty sure that was caused by all my changes and partial rebuilds but anyways it'll give us in the future the possibility to debug such a case. |