POLY: rm obsolete doxygen comment

This commit is contained in:
hasufell 2014-05-25 01:48:55 +02:00
parent f3ac38a6c0
commit 89447a7abb
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 3 deletions

View File

@ -79,9 +79,8 @@ static void poly_mod2_to_modq(fmpz_poly_t a,
/**
* Initializes and builds a polynomial with the
* coefficient values of c[] of size len within NTRU
* context ctx and returns a newly allocated polynomial
* pointer which is not clamped. For an empty polynom,
* both parameters can be NULL/0.
* context ctx and returns a newly allocated polynomial.
* For an empty polynom, both parameters can be NULL/0.
*
* @param c array of polynomial coefficients, can be NULL
* @param len size of the coefficient array, can be 0