Releases: intel/pailliercryptolib_python
Releases · intel/pailliercryptolib_python
Release v2.0.0
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
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
Initial release