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 segmentation fault issue when serializing and deserializing a public key #47

Closed xhuan28 closed 1 year ago

xhuan28 commented 1 year ago

Signed-off-by: Huang, Xiaojun xiaojun.huang@intel.com

justalittlenoob commented 1 year ago

Hi @xhuan28
Thank you for the PR. The PR will be merged when all tests passed. The cpplint check didn't passed. It would be great if you can fix it.

justalittlenoob commented 1 year ago

Move to #52