nufhe icon indicating copy to clipboard operation
nufhe copied to clipboard

About the possibility of operation of non-ciphertext and ciphertext

Open Luidy opened this issue 6 years ago • 3 comments

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?

Luidy avatar Oct 15 '18 02:10 Luidy

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?

tuxxy avatar Oct 15 '18 21:10 tuxxy

If the plaintext you said is the same as the number 1, 0 I entered, it is not.

Luidy avatar Oct 16 '18 01:10 Luidy

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?

fjarri avatar Oct 16 '18 12:10 fjarri