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
73 stars 18 forks source link

Fix pk serialization/deserialization seg fault issue #52

Closed justalittlenoob closed 1 year ago

justalittlenoob commented 1 year ago

Hi @xhuan28
Due to #47 can not pass the cpplint check, so i made this to solve the issue you mentioned.
Would you like to try this PR to see whether it works in your development environment?

xhuan28 commented 1 year ago

@justalittlenoob, yes, it works. Thanks for fixing sanity check issue.