From 608fb1b9717ec6effe707758a636e0a0df76fc26 Mon Sep 17 00:00:00 2001 From: Wei Dai Date: Mon, 18 Oct 2021 20:55:44 -0700 Subject: [PATCH] Corrected a typo in a comment. --- native/src/seal/util/rns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/seal/util/rns.cpp b/native/src/seal/util/rns.cpp index 37cc186b2..35e72ff85 100644 --- a/native/src/seal/util/rns.cpp +++ b/native/src/seal/util/rns.cpp @@ -1098,7 +1098,7 @@ namespace seal get<2>(I) = sub_uint_mod(get<0>(I), barrett_reduce_64(get<1>(I), t_), t_); } - // If this coefficient was non-zero, multiply by t^(-1) + // If this coefficient was non-zero, multiply by gamma^(-1) if (0 != get<2>(I)) { // Perform final multiplication by gamma inverse mod t