Skip to content

1.3.0

Compare
Choose a tag to compare
@hardbyte hardbyte released this 08 Feb 04:27
19ab97d

Version 1.3.0 (2017-02-08)

Changes to enhance performance. Using Chinese Remainder Theorem for faster
decryption. Exploit property of the generator to speed up encryption.

Note both the api and the serialisation has changed.

  • A private key now has a p and q attribute instead of lambda and mu. To
    continue being able to create a private key using the totient use the
    PaillierPrivateKey.from_totient static constructor.
  • The serialization and constructor of a public key now only requires n.