microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.55k stars 706 forks source link

Any plans for supporting more operations #676

Open ZiyueXu77 opened 8 months ago

ZiyueXu77 commented 8 months ago

I fully understand the rationale of limiting the functionalities to the native operations of the scheme for easier maintenance, and that operations like comparison and division would need approximations via complicated circuits with no generic approach.

But I still wonder if there are any potential plans for supporting these derivative operations? Maybe not a "full-support", but some examples to show basic use-cases and feasibilities.