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.
I randomly generate big number
N_
and see its value, likeBut I have code
It always outputs
0
. I have testet for many times, so it should be a general problem.Tested on Ubuntu 22.04 Gcc version: 14.2 Library version: https://github.com/intel/pailliercryptolib/archive/fdc21350302117103452968ababc2f9676f0d383.tar.gz