From 64b2ef04f95d972843a14aff399db970b838f4d7 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 5 Jun 2014 19:13:24 +0200 Subject: [PATCH] POLY: fix doxygen comments --- src/ntru_poly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ntru_poly.h b/src/ntru_poly.h index 19d4627..f7995e0 100644 --- a/src/ntru_poly.h +++ b/src/ntru_poly.h @@ -207,6 +207,7 @@ poly_inverse_poly_q(const fmpz_poly_t a, * @param a polynomial to invert * @param Fp polynomial [out] * @param params NTRU parameters + * @return true if invertible, false if not */ bool poly_inverse_poly_p(const fmpz_poly_t a,