POLY: fix typo

This commit is contained in:
hasufell 2014-04-16 23:17:48 +02:00
parent e4cf4331d9
commit 1179082ac1
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020

View File

@ -189,7 +189,7 @@ void pb_starmultiply(pb_poly *a,
mp_error_to_string(result));
if ((result = mp_mod(&(c->terms[k]),
&mp_modulus, &(c->terms[k]))) != MP_OKAY)
NTRU_ABORT("Error redrucing term by modulo. %s",
NTRU_ABORT("Error reducing term by modulo. %s",
mp_error_to_string(result));
mp_clear(&mp_modulus);