diff --git a/src/ntru_poly.c b/src/ntru_poly.c index 00150c4..367af43 100644 --- a/src/ntru_poly.c +++ b/src/ntru_poly.c @@ -49,7 +49,7 @@ * * @param a polynomial to invert * @param Fq polynomial [out] - * @param params NTRU context + * @param params NTRU parameters */ static void poly_mod2_to_modq(const fmpz_poly_t a,