DOC: improve memory management documentation

This commit is contained in:
hasufell 2014-04-15 14:23:27 +02:00
parent 4a7e50a194
commit cafc977c64
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ static mp_digit get_urnd_int_small(int *sign)
* from the set {-1 ,0 ,1} using /dev/urandom.
*
* @param ctx the NTRU context
* @return newly allocated polynomial
* @return newly allocated polynomial, must be freed with delete_polynom()
*/
pb_poly *ntru_get_urnd_poly_small(ntru_context *ctx)
{