FullRNS-HEAAN icon indicating copy to clipboard operation
FullRNS-HEAAN copied to clipboard

This is code for homomorphic encryption scheme "a Full RNS variant of HEAAN"

Results 5 FullRNS-HEAAN issues
Sort by recently updated
recently updated
newest added

I am sorry to trouble you. When i use FullRNS-HEAAN to do a negative number multiplication, the answer is wrong. Can FullRNS-HEAAN do negative number multiplication?(negative number addition is right)...

Do you have plans to increase the code of the bootstrapping part?

According to your article "**A Full RNS Variant of Approximate Homomorphic Encryption**", the Vector **qVec** should have **L + 1** elements. However, it seems like that the size of qVec...

About security level of ciphertexts in HEAAN (or any FHE scheme for that matter) If we see sagemathcell implementation of tester for checking security levels for given paramters, as we...

Hello, I've found some cases in which the homomorphic multiplication seems to fail. In particular, I got this MWE that tries to compute -22.5 * -22.5: ```C++ long logN =...