nucypher / HEAAN.jl

Implementation of HEAAN in Julia
https://nucypher.github.io/HEAAN.jl/
GNU General Public License v3.0
2 stars 2 forks source link

Implement improved bootstrapping #2

Open fjarri opened 4 years ago

fjarri commented 4 years ago

The paper "Improved Bootstrapping for Approximate Homomorphic Encryption" by Cheon et al (2018) describes an improved bootstrapping technique. At the moment of this writing it is not yet implemented in the C++ HEAAN. Perhaps it will resolve the current bootstrapping issues (see issue #1).