KEYGEN: fix typo
This commit is contained in:
parent
7f23aa2a35
commit
19a6ab89c7
@ -172,7 +172,7 @@ import_priv_key(char const * const filename,
|
|||||||
/* if the array exceeds one element, then something
|
/* if the array exceeds one element, then something
|
||||||
* went horribly wrong */
|
* went horribly wrong */
|
||||||
if (*imported[1])
|
if (*imported[1])
|
||||||
NTRU_ABORT("Failed importing public key!\n");
|
NTRU_ABORT("Failed importing private key!\n");
|
||||||
|
|
||||||
fmpz_poly_set(priv, **imported);
|
fmpz_poly_set(priv, **imported);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user