DOC: fix doxygen comment in delete_polynom()

This commit is contained in:
hasufell 2014-04-17 17:35:20 +02:00
parent 2300587fec
commit 03a05f2dad
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -164,9 +164,9 @@ void delete_polynom(pb_poly *poly)
/**
* 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 c polynom [out]
* @param ctx NTRU context