ENC: cleanup

This commit is contained in:
hasufell 2014-05-28 19:54:51 +02:00
parent ecdfbad591
commit 2a6ad998ce
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ ntru_encrypt_poly(
* TODO: investigate
*/
for (uint32_t i = 0; i < ctx->N; i++) {
printf("go ");
fmpz_t e_coeff_i;
fmpz *m_coeff_i = fmpz_poly_get_coeff_ptr(tmp_poly_msg, i);
fmpz_init(e_coeff_i);
@ -96,7 +95,6 @@ ntru_encrypt_string(
poly_array = ascii_to_bin_poly_arr(msg, ctx);
while (*poly_array[i]) {
poly_draw(*poly_array[i]);
ntru_encrypt_poly(*poly_array[i],
pub_key,
rnd,