Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 22768cf0 | 2019-05-21 18:04:47 | Merge pull request #271 from libtom/private-headers make tommath_class.h and tommath_superclass.h private | ||
| 0dfa9da5 | 2019-05-19 12:53:49 | make tommath_class.h and tommath_superclass.h private These headers are used for configuration during build time. Therefore they shouldn't be exposed as part of the public API. | ||
| 7345a682 | 2019-05-21 16:27:11 | Merge pull request #270 from libtom/macro-fixes Macro fixes | ||
| 87edbfe4 | 2019-05-19 20:43:42 | ensure that bn_reverse is compiled in bn_deprecated.c | ||
| 6631d426 | 2019-05-19 10:05:15 | remove __cplusplus stuff from tommath_private.h tommath_private.h is an internal header which won't be included by a C++ source file. | ||
| 69f03b3a | 2019-05-19 11:50:31 | gitignore doc/pics/*.ps | ||
| 6d84f15e | 2019-05-19 10:58:04 | remove comment in bn_deprecated | ||
| dac8275e | 2019-05-19 10:55:27 | fix mp_jacobi ifdef | ||
| 96b5552c | 2019-05-21 15:57:38 | Merge pull request #267 from libtom/private_mp_word make mp_word private | ||
| 0b840b78 | 2019-05-17 20:53:24 | make mp_word private mp_word is an internal type and it is problematic if it is exposed in the public api. See for example #216 - MSVC does not support 128 bit mp_words. But it is perfectly ok to use those internally in the library, as long as the library is compiled with GCC. |