Skip to content

Releases: n1analytics/javallier

Version 0.6.0 (2017-02-15)

16 Feb 00:53
Compare
Choose a tag to compare

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.1 (2016-08-03)

03 Aug 02:05
Compare
Choose a tag to compare
  • 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)

08 Jun 03:51
Compare
Choose a tag to compare

Features added

  • Reconfigurable base #21, #22
  • Additional speed improvements using GMP
  • Beta command line utility #23. Note known problems exist (#34, #35, #36)

Other bug fixes (e.g. #19)

v0.4

16 Jul 06:24
Compare
Choose a tag to compare

Major changes for Javallier v0.4:

  • Introduction of Paillier Context api
  • Significant speed improvements