homenc / HElib

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
https://homenc.github.io/HElib
Other
3.11k stars 759 forks source link

Does Helib support Batch Encode in BFV/BGV #507

Open huyvu1404 opened 3 weeks ago

huyvu1404 commented 3 weeks ago

Does Helib support Batch Encode in BFV/BGV. I've read some documents in these we found that we can not use Bootstrapping if t is not a prime power, while we need t is a prime to implement Batch Encode. Please help me explain this problem. Thanks so much.