comparison libtommath/changes.txt @ 1470:8bba51a55704

Update to libtommath v1.0.1
author Matt Johnston <matt@ucc.asn.au>
date Thu, 08 Feb 2018 23:11:40 +0800
parents 60fc6476e044
children f52919ffd3b1
comparison
equal deleted inserted replaced
1469:51043e868f55 1470:8bba51a55704
1 XXX, 2017
2 v1.0.1
3 -- Dmitry Kovalenko provided fixes to mp_add_d() and mp_init_copy()
4 -- Matt Johnston contributed some improvements to mp_div_2d(),
5 mp_exptmod_fast(), mp_mod() and mp_mulmod()
6 -- Julien Nabet provided a fix to the error handling in mp_init_multi()
7 -- Ben Gardner provided a fix regarding usage of reserved keywords
8 -- Fixed mp_rand() to fill the correct number of bits
9 -- Fixed mp_invmod()
10 -- Use the same 64-bit detection code as in libtomcrypt
11 -- Correct usage of DESTDIR, PREFIX, etc. when installing the library
12 -- Francois Perrad updated all the perl scripts to an actual perl version
13
14
1 Feb 5th, 2016 15 Feb 5th, 2016
2 v1.0 16 v1.0
3 -- Bump to 1.0 17 -- Bump to 1.0
4 -- Dirkjan Bussink provided a faster version of mp_expt_d() 18 -- Dirkjan Bussink provided a faster version of mp_expt_d()
5 -- Moritz Lenz contributed a fix to mp_mod() 19 -- Moritz Lenz contributed a fix to mp_mod()