google / heir

A compiler for homomorphic encryption

Home Page:https://heir.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lawrencekhlim opened this issue · comments

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.