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

Can multiple ciphertexts be packed into individual slots of a new ciphertext, instead of packing and encrypting plaintext? #504

Open lzd4646 opened 7 months ago

lzd4646 commented 7 months ago

I would like to know if such an operation exists directly in HElib, or if it requires any specific operations to be performed in order to achieve it.