DOC: fix various doxygen comments

This commit is contained in:
hasufell 2014-06-04 21:23:00 +02:00
parent 8c5649ea24
commit 516b14414a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,8 @@
* The same as fmpz_cmp_si except that it
* will interpret f as a 0-coefficient if it is a NULL pointer.
*
* @param poly the polynom we want to compare
* @param n the coefficient we want to compare
* @param f the fmpz value to use for comparison
* @param g the signed long integer to use for comparison
* @return negative value if f < g, positiv evalue if g < f, otherwise 0
*/
int

View File

@ -108,7 +108,7 @@ poly_to_ascii(const fmpz_poly_t poly,
* Trailing q coefficients are only used for filling up the rest of
* a polynomial with '\0', so they will not confuse the result.
*
* @param poly_arr the array of polynomials
* @param poly_array the array of polynomials
* @param ctx the NTRUEncrypt context
* @return the real string, newly allocated
*/