From 05059835f689aea290e2c912be947bebd5f0672f Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Fri, 5 Apr 2019 21:41:12 -0400 Subject: [PATCH] Update Release_Notes.md --- Release_Notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Release_Notes.md b/Release_Notes.md index 274752a2c..d21c6420a 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,9 +1,9 @@ 3/20/2019: PALISADE v1.5.0 is released -Fixes the vulnerability found in https://eprint.iacr.org/2017/785 (PKC'19) for the PRE schemes based on BGV/BFV -Adds PRE modes for BGV/BFV that are secure under honest re-reencryption attacks (recommended security for practical use) -Adds support for splitting lattice trapdoor sampling into offline and online phases (used by digital signatures, IBE, and ABE constructions) -Fixes bugs related to the multi-threaded mode of operation +* Fixes the vulnerability found in https://eprint.iacr.org/2017/785 (PKC'19) for the PRE schemes based on BGV/BFV +* Adds PRE modes for BGV/BFV that are secure under honest re-reencryption attacks (recommended security for practical use) +* Adds support for splitting lattice trapdoor sampling into offline and online phases (used by digital signatures, IBE, and ABE constructions) +* Fixes bugs related to the multi-threaded mode of operation 02/11/2018: PALISADE v1.4.1 is released -- GitLab