kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
55e312b1 2019-05-11 20:09:18 Merge pull request #244 from libtom/warn-unused-result add warn_unused_result, found one missing check!
adf9605d 2019-05-09 03:28:49 add warn_unused_result, found one missing check!
5d8f04a9 2019-05-11 19:26:36 Merge pull request #241 from fperrad/20190508_lint more linting
5e66cfc6 2019-05-08 09:02:52 remove useless cast
67756d7b 2019-05-08 18:20:35 explicit operator precedence
493c3c23 2019-05-08 18:19:44 use same paramater name as in prototype
cc703a84 2019-05-11 12:09:59 add missing parameter name in prototype
be7ee4d0 2019-05-11 16:11:26 Merge pull request #238 from fperrad/20190508_macros new macros
7d4e8363 2019-05-08 19:43:21 refactor with new private macro MP_MAXFAST
556219aa 2019-05-09 22:07:13 refactor with new private macro MP_SIZEOF_BITS CHAR_BIT is no longer directly used