ENC: rm obsolete comment

This commit is contained in:
hasufell 2014-06-02 21:37:17 +02:00
parent 81b570d9a9
commit f23720fe07
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 2 deletions

View File

@ -60,8 +60,6 @@ ntru_encrypt_poly(
fmpz_poly_zero(out);
poly_starmultiply(pub_key, rnd, out, ctx, ctx->q);
/* FIXME: causes rare junk chars in some cases,
* which is perfectly reproducible, so this is not UB */
fmpz_poly_add(out, out, tmp_poly_msg);
fmpz_poly_mod_unsigned(out, ctx->q);