ENC: rm redundant code

This commit is contained in:
hasufell 2014-05-29 00:20:16 +02:00
parent bb0207ba03
commit a050b8853a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ ntru_encrypt_poly(
fmpz_poly_zero(out);
poly_starmultiply(pub_key, rnd, out, ctx, ctx->q);
fmpz_poly_add(out, out, tmp_poly_msg);
fmpz_poly_mod(out, ctx->q);
/*
* using the flint functions
* fmpz_poly_add(out, out, tmp_poly_msg);