From 16677d84573ddc4b5f7b3c149fd419e1f7d28aa4 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 23 Jun 2014 18:17:09 +0200 Subject: [PATCH] DOC: random doxygen improvements --- src/ntru_rnd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntru_rnd.h b/src/ntru_rnd.h index 4f9864d..01e51ec 100644 --- a/src/ntru_rnd.h +++ b/src/ntru_rnd.h @@ -55,7 +55,7 @@ get_urnd_int(void); * Get a random ternary polynomial with specified numbers * of 1 coefficients and -1 coefficients. * - * @param poly the resulting random polynomial [out] + * @param poly the resulting random polynomial, must be initialized [out] * @param params the NTRU context * @param num_ones the number of 1 coefficients * @param num_neg_ones the number of -1 coefficients