libtommath/demo
Daniel Mendler 1af0de1f91
deprecate mp_tc_(and|or|xor) in favor of mp_(and|or|xor)
* same behavior for positive numbers
* generalisation for negative numbers, treating them as two complement
* improve algorithm, iterate once over the digits, manually perform two complement
* simplify mp_add_d, mp_sub_d
* functions are safe in case of a==c or b==c
* renamed mp_tc_div_2d to mp_signed_rsh (signed right shift)
2019-05-21 18:28:11 +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 deprecate mp_tc_(and|or|xor) in favor of mp_(and|or|xor) 2019-05-21 18:28:11 +02:00
timing.c deprecate DIGIT_BIT, use MP_DIGIT_BIT 2019-04-25 13:39:50 +02:00