DOC: fix various doxygen comments

This commit is contained in:
hasufell 2014-06-09 02:12:04 +02:00
parent 4fbb63e67f
commit f76429b24b
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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