libtommath/demo
Daniel Mendler 0b840b78a3
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.
2019-05-21 15:34:04 +02:00
..
main.c use enums mp_err, mp_ord, mp_bool, mp_sign 2019-05-13 19:15:14 +02:00
opponent.c move jenkins prng to bn_s_mp_rand_jenkins.c 2019-05-12 23:45:36 +02:00
shared.h make mp_word private 2019-05-21 15:34:04 +02:00
test.c make mp_word private 2019-05-21 15:34:04 +02:00
timing.c deprecate DIGIT_BIT, use MP_DIGIT_BIT 2019-04-25 13:39:50 +02:00