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
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?
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?