summaryrefslogtreecommitdiff
path: root/NEWS
blob: fa6a493a3ac00bfa7681700f798c51eda9ce0d7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
libmpu-1.0.23
=============

	Update: Added unsigned integer functions useful for
	RSA and other number-theoretic implementations:

	  bit length;
	  modular reduction;
	  modular multiplication;
	  modular exponentiation;
	  greatest common divisor (GCD);
	  least common multiple (LCM);
	  modular multiplicative inverse.


libmpu-1.0.22
=============

	Eliminated all compiler warnings; built cleanly
	with -Wall -Wextra -Werror across GNU C standards
	from gnu11 through gnu23.

	Fixed: Fixed: EMUSHORT overflow in multiword division
	normalization scale calculation.


libmpu-1.0.21
=============

	Fixed: isub_np, isbb_np: carry flag computation.


libmpu-1.0.20
=============

	Update: Bash required for configure.


libmpu-1.0.19
=============

	Update: Thread Safe real arithmetic operations.


libmpu-1.0.18
=============

	Update: Thread Safe __mpu_context *pmctx.


libmpu-1.0.17
=============

	Removed: setlocale( LC_ALL, "" ) at __mpu_init().


libmpu-1.0.16
=============

	Update: libtool (2.5.4); gettext (0.26).


libmpu-1.0.15
=============

	Man pages for integer operations.


libmpu-1.0.14
=============

	Polynomials for approximation of trigonometric functions
	were constructed for a capacity of 16384 bits.