From 46c93c5c7b0815969df42c73a57663f39a3e2746 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 5 Jun 2014 19:15:54 +0200 Subject: [PATCH] ENC: fix doxygen comments --- src/ntru_encrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ntru_encrypt.h b/src/ntru_encrypt.h index 7ac907a..4893f6f 100644 --- a/src/ntru_encrypt.h +++ b/src/ntru_encrypt.h @@ -76,7 +76,7 @@ ntru_encrypt_poly( * @param rnd the random poly (should have relatively small * coefficients, but not restricted to {-1, 0, 1}) * @param params ntru_params the ntru context - * @return the newly allocated encrypted string, NULL on failure + * @return the newly allocated encrypted string */ string * ntru_encrypt_string(