kc3-lang/libtommath/demo/test.c

Branch :


Log

Author Commit Date CI Message
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`
234d474f 2019-09-07 15:01:46 only run tests if the module is available
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.