diff --git a/Release_Notes.md b/Release_Notes.md index fc00c29523379c48bd7f13ee951c832bcc88e30a..5e3f037b895afb7734da7f1d94ba73e9f170f09d 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,3 +1,11 @@ +11/15/2019: PALISADE v1.7.a is released + +* Adds an optimized implementation of the CKKS scheme for approximate (real-number) homomorphic encryption. The implementation features automated rescaling/modswitching and hybrid key switching. +* Adds an optimized implementation of the FHEW scheme for Boolean-circuit homomorphic encryption, supporting standard HE parameters. Performs bootstrapping for each binary gate, and hence supports the evaluation of arbitrary Boolean circuits. +* Adds the ring dimension as an option when generating crypto contexts for BFV variants. +* Improves the noise growth of the BEHZ variant of BFV (referred to as the BFVrnsB scheme in PALISADE). +* Fixes several bugs. + 9/12/2019: PALISADE v1.6.0 is released * Significantly simplifies/automates the PALISADE build/installation process. Now we use CMake.