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 760 forks source link

Question about security parameter #388

Open Pistonomaxime opened 3 years ago

Pistonomaxime commented 3 years ago

In GTestExtractDigits I want to extract bits. This way, I put p=2 but even when I change m to big values the security is alway 0. Does it mean that it is not secure ? If yes is it possible to process secure bits extraction with other parameters or functions ?

Thanks for your help.