Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ciphertext-plaintext operations available from solidity #116

Closed
tremblaythibaultl opened this issue Jun 20, 2023 · 1 comment
Closed
Assignees

Comments

@tremblaythibaultl
Copy link
Contributor

No description provided.

@tremblaythibaultl
Copy link
Contributor Author

Currently ct/pt operations from Solidity are implemented by making a trivial encryption of the plaintext and evaluating a FHE operator on the ciphertext pair.
However, there is significant speedup to be gained from certain FHE scalar operations.
Hence the issue is reopened until Solidity ct/pt operations actually call the scalar ops exposed by TFHE-rs' C API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant