DOC: fix doxygen comment in delete_polynom()

This commit is contained in:
hasufell 2014-04-17 17:35:20 +02:00 committed by malte
parent ed1fb0f0a9
commit 01785678f0
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ void delete_polynom(pb_poly *poly)
/** /**
* Starmultiplication, as follows: * Starmultiplication, as follows:
* c = a * b mod x^(N 1) * c = a * b mod (x^N 1)
* *
* @param a polynom to multiply * @param a polynom to multiply (can be the same as c)
* @param b polynom to multiply * @param b polynom to multiply
* @param c polynom [out] * @param c polynom [out]
* @param ctx NTRU context * @param ctx NTRU context