PUB-API: fix syntax errors

This commit is contained in:
hasufell 2014-06-27 22:41:11 +02:00
parent 05582c4bed
commit 85f671a46f
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ ntru_create_keypair(
void
export_public_key(char const * const filename,
const fmpz_poly_t pub,
const ntru_params *params)
const ntru_params *params);
/**
* Export the private key to a file.
@ -108,7 +108,7 @@ export_public_key(char const * const filename,
void
export_priv_key(char const * const filename,
const fmpz_poly_t priv,
const ntru_params *params)
const ntru_params *params);
/**
* Import the public key from a file.