From 3c979bb52b7ee8315ebd06949dca3318f9c795b6 Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Thu, 14 Nov 2019 15:05:29 -0500 Subject: [PATCH] Updated the release notes --- Release_Notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Release_Notes.md b/Release_Notes.md index fc00c2952..5e3f037b8 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. -- GitLab