PUB-API: fix syntax errors
This commit is contained in:
parent
05582c4bed
commit
85f671a46f
@ -96,7 +96,7 @@ ntru_create_keypair(
|
|||||||
void
|
void
|
||||||
export_public_key(char const * const filename,
|
export_public_key(char const * const filename,
|
||||||
const fmpz_poly_t pub,
|
const fmpz_poly_t pub,
|
||||||
const ntru_params *params)
|
const ntru_params *params);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Export the private key to a file.
|
* Export the private key to a file.
|
||||||
@ -108,7 +108,7 @@ export_public_key(char const * const filename,
|
|||||||
void
|
void
|
||||||
export_priv_key(char const * const filename,
|
export_priv_key(char const * const filename,
|
||||||
const fmpz_poly_t priv,
|
const fmpz_poly_t priv,
|
||||||
const ntru_params *params)
|
const ntru_params *params);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Import the public key from a file.
|
* Import the public key from a file.
|
||||||
|
Loading…
Reference in New Issue
Block a user