ASCII->POLY: rm obsolete assignment

This commit is contained in:
hasufell 2014-06-08 16:18:49 +02:00
parent 5ff7c1bd1a
commit ad26c67f3d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@ ascii_to_bin_poly_arr(const string *to_poly, const ntru_params *params)
size_t out_len = 0;
fmpz_poly_t **poly_array;
*out = '\0';
for (uint32_t i = 0; i < to_poly->len; i++) {
char *tmp_string = get_int_to_bin_str((int)(*cur));
memcpy(out + out_len, tmp_string, ASCII_BITS);