ENC: rm obsolete comment
This commit is contained in:
parent
81b570d9a9
commit
f23720fe07
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user