ASCII->POLY: rm obsolete comments

This commit is contained in:
hasufell 2014-06-19 17:20:06 +02:00
parent d1cc3bc524
commit 3310533234
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 6 deletions

View File

@ -46,9 +46,6 @@
*
* 0 => -1
*
* If the polynomial is of degree less than N -1, then it will
* be filled with trailing 2's for later use in bin_poly_to_ascii().
*
* @param to_poly the string to get into binary polynomial format
* @param params the NTRUEncrypt context
* @return newly allocated array of binary polynomials
@ -65,9 +62,6 @@ ascii_bin_to_bin_poly(const char *to_poly, const ntru_params *params);
*
* 0 => -1
*
* If the last polynomial is of degree less than N -1, then it will
* be filled with trailing 2's for later use in bin_poly_arr_to_ascii().
*
* @param to_poly the string to get into binary polynomial format
* @param params the NTRUEncrypt context
* @return newly allocated array of binary polynomials