From e4bdeb1e79b85c938f6a2cb22016e7f9b82a92b4 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 13 Sep 2014 18:26:47 +0200 Subject: [PATCH] DOC: fix doxygen comments --- src/ntru_poly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntru_poly.h b/src/ntru_poly.h index f40184a..0a591d3 100644 --- a/src/ntru_poly.h +++ b/src/ntru_poly.h @@ -183,7 +183,7 @@ poly_starmultiply(fmpz_poly_t c, /** * Compute the inverse of a polynomial in modulo a power of 2, * which is q. This is based off the pseudo-code for "Inversion - * in (Z/2Z)[X](X^N - 1)" and "Inversion in (Z/p^r Z)[X](X^N - 1)". + * in (Z/2Z)[X]/(X^N - 1)" and "Inversion in (Z/p^r Z)[X](X^N - 1)". * See NTRU Cryptosystems Tech Report #014 "Almost Inverses * and Fast NTRU Key Creation." *