Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3ed52404 | 2018-12-25 15:15:30 | `make astyle` + some manual adjustments | ||
| 3ec93dab | 2018-12-12 00:14:05 | bugfix in bn_mp_kronecker.c, cleanup and formatting in div. files | ||
| e6f353b4 | 2018-12-08 17:46:08 | add mp_prime_is_prime to timing demo... ... it's disabled per default for now... | ||
| a2e15e2d | 2018-05-05 03:20:39 | Added tests to demo.c, switched off Lucas-Selfridge because it failed a test, and changed MP_8BIT handling in mp_prime_is_prime | ||
| dc150614 | 2018-12-07 20:24:41 | renamed variables in demo/demo.c shadowning another one | ||
| d7f124f5 | 2018-12-02 13:12:30 | avoid c++ comments | ||
| 17f382c5 | 2018-11-26 12:32:05 | change C++ comments to C style | ||
| 2ab527b7 | 2018-09-10 18:51:26 | add mp_get_double, mp_set_double | ||
| a829b87b | 2018-09-22 16:36:56 | add testcase of #118 | ||
| eebbcf06 | 2018-09-10 18:48:58 | add mp_complement, mp_tc_div_2d, mp_tc_and, mp_tc_or, mp_tc_xor |