kc3-lang/libtommath

Branch :


Log

Author Commit Date CI Message
702ebdf7 2019-05-21 09:44:23 Merge pull request #274 from fperrad/20190519_refactor some refactoring
be42ce20 2019-05-19 16:40:38 remove literal prefix
150c47cc 2019-05-19 16:36:53 refactor literal suffix with u lowercase
fd68b652 2019-05-19 15:32:46 refactor without err initialization
8b2daf78 2019-05-19 17:16:13 always use varname err with mp_err
c1f5b06d 2019-05-20 05:36:08 refactor with mp_init_multi
d185c1d7 2019-05-19 14:56:04 refactor without inner scope
97bc7ca0 2019-05-18 10:54:44 Merge pull request #260 from libtom/deprecations2 Various deprecations
f55f0a9e 2019-05-18 09:28:33 fix some usages of enum types
a8239c24 2019-05-13 11:32:42 deprecate mp_get_bit The return type of mp_get_bit was imprecise (either mp_err or mp_bool), therefore this function is deprecated in favor of s_mp_get_bit for now. If we need s_mp_get_bit to be public, we should add it under a different name. However since mp_set_bit is not available, I don't think there any downstream users (ab)using mp_int as bitsets.