IBM-HElib / 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://ibm-helib.github.io/HElib/
Other
21 stars 5 forks source link

New question #12

Open Hang-shao opened 3 years ago

Hang-shao commented 3 years ago

I have a question about "1-flt (x)" 1、 image FLT(E(difference)) = E(FLT(difference)) ,Is there a problem with my understanding?

2、 image 1-E(0)=E(1) ,right? E(1)-E(0)=E(1-0) ,Shouldn't it be?

I can't understand this sentence “ This value of 1 can be in the clear as any operation between a ciphertext and a plaintext results in a ciphertext”,