Skip to content

Releases: intel/pailliercryptolib_python

Release v2.0.0

22 Dec 15:59
Compare
Choose a tag to compare

What's Changed

  • Add Intel Quickassist Technology based modular exponentiation support from Intel Paillier Cryptosystem Library v2.0.0
  • Add IPP-Crypto and QAT hybrid modular exponentiation support for Python
  • Optimize IPP-Crypto BigNumber conversion
  • Replace C style pointers with C++ smart pointers and make mutable with Python

Minor updates

  • Benchmark inputs readjusted to use floating pointer numbers within reasonable range
  • Minor typo fixes and code cleanup

Full Changelog: https://github.com/intel/pailliercryptolib_python/commits/v2.0.0

Release v1.1.4

22 Dec 15:59
Compare
Choose a tag to compare

What's Changed

  • Minor repo updates by @skmono in #2
  • Python requirements update by @skmono in #3
  • Enable build and unit-test actions for CI/CD by @skmono in #4
  • Add obfuscation functionality by @skmono in #5
  • Apply refactoring of apply_obfuscator by @skmono in #9
  • Include GNUInstallDirs hotfix by @skmono in #12

Full Changelog: https://github.com/intel/pailliercryptolib_python/commits/v1.1.4

Release v1.1.3

16 Sep 23:21
Compare
Choose a tag to compare

Initial release