From 1122dc6763847bad3c565cf52a2b8aab3e6eb87e Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 5 Jun 2014 19:13:13 +0200 Subject: [PATCH] KEYGEN: fix doxygen comments --- src/ntru_keypair.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ntru_keypair.h b/src/ntru_keypair.h index 6179638..78a4117 100644 --- a/src/ntru_keypair.h +++ b/src/ntru_keypair.h @@ -71,6 +71,8 @@ struct keypair { * @param g a random polynomial * @param pair store private and public components here [out] * @param params the NTRU context + * @return true for success, false if f or g are not invertible + * (then the caller hast to try different ones) */ bool ntru_create_keypair(