From 3da56be69274cb0e62702167de24eb8a37f0cb5f Mon Sep 17 00:00:00 2001 From: Yuriy Polyakov Date: Thu, 18 Jun 2020 15:40:56 -0400 Subject: [PATCH] typo fix --- Release_Notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release_Notes.md b/Release_Notes.md index 97fe4629d..a4d960e70 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -2,7 +2,7 @@ * Adds a usable, full RNS variant of BGV (as a more efficient alternative to BFV RNS variants for integer arithmetic) * Adds a fully functional threshold FHE capability to BGV, BFV, and CKKS to support multi-party computations -* Adds an automated rescaling mode to the aproximate rescaling RNS variant of CKKS +* Adds an automated rescaling mode to the approximate rescaling RNS variant of CKKS * Improves the performance of both CKKS RNS variants * Improves the performance of both BFV RNS variants * Makes NTL completely optional for all environments (no quad-precision floats are needed anymore) -- GitLab