intel / pailliercryptolib

Intel Paillier Cryptosystem Library is an open-source library which provides accelerated performance of a partial homomorphic encryption (HE), named Paillier cryptosystem, by utilizing Intel® IPP-Crypto on AVX512IFMA instructions. Intel Paillier Cryptosystem Library is certified for ISO compliance.
Apache License 2.0
70 stars 18 forks source link

Fix multi thread encrypt issue(about not thread safe function ippsMod_BN) #72

Closed justalittlenoob closed 1 year ago

justalittlenoob commented 1 year ago

This PR is used to fix issue #71