You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: