jeffmur / fhel

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

CKKS #47

Closed jeffmur closed 8 months ago

jeffmur commented 8 months ago

https://github.com/microsoft/SEAL/blob/main/native/examples/5_ckks_basics.cpp Support for CKKS basics, floating point arithmetic.

Exposes: encode_double_value / encode_double / decode_double at interface Extends: generate_context to support qi_sizes (prime) and qi_sizes_length (size of primes array)

TODO: