Desilo / liberate-fhe

A Fully Homomorphic Encryption (FHE) library for bridging the gap between theory and practice with a focus on performance and accuracy.
https://docs.desilo.ai/
BSD 3-Clause Clear License
104 stars 9 forks source link

erroneous error check removal #8

Closed juwhan-k closed 6 months ago

juwhan-k commented 6 months ago

Remove lines 52--56. Bias guarding has nothing to do with the number of special primes.

https://github.com/Desilo/liberate-fhe/blob/main/src/liberate/fhe/ckks_engine.py

hanyul-ryu commented 6 months ago

done