Open AlexanderViand-Intel opened 3 months ago
This also reminds me that we should extend the pass that adds client helper encrypt/decrypt functions to support the rust codegen path.
Originally posted by @j2kun in https://github.com/google/heir/issues/897#issuecomment-2282367968
This issue has 3 outstanding TODOs:
This comment was autogenerated by todo-backlinks
The current lowering only supports RLWECiphertexts and also implicitly assumes BGV-style encode/encrypt. Somewhat related to #882 (adding encrypt/encode lowerings to poly/etc for things other than BGV)
Both probably require LWE Attr/Type fixes (see #758 and #876) before they can be realized.