Corrected a typo in a comment.

This commit is contained in:
Wei Dai 2021-10-18 20:55:44 -07:00
Родитель 0db3f84000
Коммит 608fb1b971
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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