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.
Hi @shaojian-ant
Thank you very much for the PR.
The CIpre-commit didn't passed, due to there is a minor format issue.
(delete[] (Ipp8u*)m_pBN; this line should be changed to delete[](Ipp8u*) m_pBN;)
It would be great if you can fix it before merging the PR.
Hi @shaojian-ant Thank you very much for the PR.
The
CI
pre-commit
didn't passed, due to there is a minor format issue.(
delete[] (Ipp8u*)m_pBN;
this line should be changed todelete[](Ipp8u*) m_pBN;
)It would be great if you can fix it before merging the PR.