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

For encrypt and decrypt lowering LWE to Polynomial, add support for encryption schemes besides BGV #882

Open
lawrencekhlim opened this issue Aug 8, 2024 · 0 comments
Labels
dialect: lwe Issues about the LWE dialect

Comments

@lawrencekhlim
Copy link
Collaborator

lawrencekhlim commented Aug 8, 2024

Our encryption and decryption when lowering LWE to Polynomial (in LWEToPolynomial.cpp) currently only supports BGV and there is still work to do to add support for CKKS, TFHE, and BFV. See #874 for the PR adding the lowering for encrypt and #779 for the PR adding the lowering for decrypt.

See also: #834.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialect: lwe Issues about the LWE dialect
Projects
None yet
Development

No branches or pull requests

2 participants