nufhe
nufhe copied to clipboard
About the possibility of operation of non-ciphertext and ciphertext
Hello. In order to reduce execution time. I wanna compute the operation (ex. gate_nand, gate_or etc) at the stage before generating the ciphertext. So I wanna compute 1 ciphertext and 1 encoding text before generating the ciphertext (any state before a complete ciphertext is generated). Is this possible?
Do you mean that you want to compute the logic gate on the plaintext and have the output be the result before you decide to compute on the ciphertext?
If the plaintext you said is the same as the number 1, 0 I entered, it is not.
Hm, I must admit, I'm still not quite sure what you mean. Do you want to ensure that the gate's kernels are precompiled before running it on your data? Could you perhaps provide some (pseudo)code illustrating what you want to do?