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
Segmentation fault occurs when serializing and deserializing a public key. #46
The following snippet can reproduce this issue:
The root cause is no adequate memory is allocated for BigNumber to load the serialized bytes (pub_key.hpp#L145)