data61 / python-paillier

A library for Partially Homomorphic Encryption in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release notes for 1.5.0

hardbyte opened this issue · comments

What's Changed

  • Fix issues with overflows by @nbgl in #73
  • Default keysize increased to 3072 by @hardbyte in #66
  • Using gmpy2's mulmod to accelerate the mulmod operation by @tanjuntao in #99

Updates to examples

  • federated learning example by @wilko77 in #64
  • make learning rate independent of dataset size by @wilko77 in #69

New Contributors

Full Changelog: 1.4.0...1.5.0