jeffmur / fhel

Fully Homomorphic Encryption Library
https://pub.dev/packages/fhel
MIT License
3 stars 0 forks source link

Division #55

Closed jeffmur closed 4 weeks ago

jeffmur commented 8 months ago

Division is not directly supported, however CKKS does provide a way to divide/multiply via scalars.

This may be a bit complex, will need to do more research

https://eprint.iacr.org/2016/510

jeffmur commented 4 weeks ago

This depends on the adoption from the backend library, i.e SEAL or OpenFHE