From 3310533234cf320aae8b7a7f8fbc9f52fe52987b Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 19 Jun 2014 17:20:06 +0200 Subject: [PATCH] ASCII->POLY: rm obsolete comments --- src/ntru_ascii_poly.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ntru_ascii_poly.h b/src/ntru_ascii_poly.h index 8ebc70e..3770ddf 100644 --- a/src/ntru_ascii_poly.h +++ b/src/ntru_ascii_poly.h @@ -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