libtommath/doc
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
..
pics move all documentation to doc/ 2017-05-09 14:01:11 +02:00
bn.tex deprecate mp_tc_(and|or|xor) in favor of mp_(and|or|xor) 2019-05-21 18:28:11 +02:00
booker.pl remove footers 2019-04-07 17:26:31 +02:00
makefile update makefiles 2017-08-28 17:04:18 +02:00
poster.tex rename/move some files; fix some stuff regarding this 2017-08-26 11:12:03 +02:00
tommath.src No grow necessary in mp_set_int* functions 2019-05-12 13:04:45 +02:00