kc3-lang/libtommath/tommath_private.h

Branch :


Log

Author Commit Date CI Message
de19b264 2018-12-28 09:01:01 introduce new private macros
18355de6 2018-12-29 17:56:20 Update file headers [skip ci]
bd4167e8 2018-05-03 03:44:47 const mp_s_rmap
9034e712 2018-05-02 21:43:17 Do not use installed headers for building
f51249b6 2018-02-02 12:07:21 clean-up file headers
f1d6c887 2017-10-15 19:58:35 refactor cast
bdbed000 2017-10-15 19:57:12 literal suffix
0a7ecc3b 2017-10-09 14:34:20 add the inverse of mp_s_rmap
f674018a 2017-09-20 16:59:43 constify remaining functions
f89cda03 2017-08-30 19:15:27 format with astyle (step 5)
82a2d385 2017-08-30 05:56:38 refactor indentation of preprocessor directives
378be117 2017-08-28 21:40:10 add missing space after comma
6f212942 2017-08-28 16:27:26 replace SVN tags
2dad1298 2017-04-01 00:35:03 only define MIN/MAX if they are not defined yet This closes #72
10cfb955 2015-11-12 22:43:38 use same parameter name between prototype declaration and function definition
a0b8ce68 2015-11-13 17:47:30 use unsigned literal
e6cfefc1 2015-11-19 21:53:32 more private stuff
f771e317 2015-11-19 21:34:58 move standard includes
4e3f1344 2015-11-12 01:49:07 provide tommath_private.h tommath.h contains declarations for the public part of the library. tommath_private.h contains the functions which are private to ltm and should not be exposed to the public.