-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathCHANGELOG
43 lines (29 loc) · 1.14 KB
/
CHANGELOG
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
# Version 0.6.0 (2017-02-15)
Release mostly concentrated on speed ups.
- PR49: When creating a BigInteger from an array of bytes, needs to provide the signum
- PR50: Travis CI will now test the command line tool
- PR51: Use reduce exponent trick from python-paillier.
- PR52: Use GMP for modexp in more places.
- PR53: Improvement to tests
Note the github repository has moved from NICTA to N1Analytics.
# Version 0.5.3 (2017-02-02)
- Fix bug where command line utility produced invalid jwk encodings
of public and private key variables.
# Version 0.5.2 (2017-01-20)
- Paillier context uses full precision
- Testing of the command line utility
- Minor fixes to the command line utility
# Version 0.5.1 (2016-08-03)
- Add ability to encode BigDecimal values
- Add `getSafeEncryptedNumber` to api
- Refactoring to separate Encoding from Context.
- Bug fix for overflow in mock context
# Version 0.5.0 (2016-06-08)
- Reconfigurable base.
- command line utility.
- Additional speed improvements using GMP
- Bug fixes.
# Version 0.4.0 (2015-07-16)
- Introduction of Paillier Context api
- Significant speed improvements
- Compatibility with Oracle JDK 7