Skip to content

Commit

Permalink
Corrected a typo in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed Oct 25, 2021
1 parent 0db3f84 commit 608fb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/seal/util/rns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 608fb1b

Please sign in to comment.