Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| ce98f367 | 2019-10-07 16:09:37 | Merge pull request #348 from czurnieden/to_radix_returns_length_converted make mp_to_radix return the count of characters of the converted number | ||
| 71d1b7b9 | 2019-09-08 23:29:44 | make mp_to_radix return the count of characters of the converted number | ||
| bd7bf50c | 2019-10-06 21:13:03 | Merge branch 'pr/359' into develop | ||
| d68e2877 | 2019-10-02 05:47:04 | bugfix for an edgecase | ||
| 0018bf4a | 2019-10-06 21:09:50 | Merge pull request #358 from fperrad/20191006_lint some linting | ||
| 8adc0fc3 | 2019-10-06 16:13:44 | literal suffix | ||
| 62a09c66 | 2019-10-06 16:09:48 | all computation on unsigned | ||
| d2b739ee | 2019-10-06 15:47:13 | don't overwrite MP_VAL value | ||
| 763b40b4 | 2019-10-06 15:24:17 | use same parameter name as in the prototype | ||
| 3da28429 | 2019-10-06 14:59:04 | Merge pull request #354 from czurnieden/refactor_bigendian_storage refactored functions to read and write binaries |