From f76429b24b1a2a73f89e36707744c91a6c8f928d Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 9 Jun 2014 02:12:04 +0200 Subject: [PATCH] DOC: fix various doxygen comments --- include/decrypt.h | 2 +- src/ntru_decrypt.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/decrypt.h b/include/decrypt.h index aafac61..8bc2c62 100644 --- a/include/decrypt.h +++ b/include/decrypt.h @@ -41,7 +41,7 @@ * Decryption of a given encrypted string. * * @param encr_msg the encrypted message in the form of a string - * @param priv_key the polynom containing the private key to decrypt + * @param priv_key the polynomial containing the private key to decrypt * the message * @param priv_key_inv the inverse polynome to the private key * @param params the ntru_params diff --git a/src/ntru_decrypt.h b/src/ntru_decrypt.h index 61d2a6f..bc224b4 100644 --- a/src/ntru_decrypt.h +++ b/src/ntru_decrypt.h @@ -40,9 +40,9 @@ * Decryption of the given Polynom with the private key, its inverse * and the fitting ntru_params * - * @param encr_msg encrypted polynom with maximum length of N from + * @param encr_msg encrypted polynomial with maximum length of N from * the given context - * @param priv_key the polynom containing the private key to decrypt + * @param priv_key the polynomial containing the private key to decrypt * the message * @param priv_key_inv the inverse polynome to the private key * @param out_tern the resulting ternary polynom [out] @@ -60,7 +60,7 @@ ntru_decrypt_poly( * Decryption of a given encrypted string. * * @param encr_msg the encrypted message in the form of a string - * @param priv_key the polynom containing the private key to decrypt + * @param priv_key the polynomial containing the private key to decrypt * the message * @param priv_key_inv the inverse polynome to the private key * @param params the ntru_params