Skip to content
Snippets Groups Projects
Commit 5a428610 authored by Niels Möller's avatar Niels Möller
Browse files

Comment update.

Rev: src/nettle/rsa.h:1.20
parent 8ec793c9
Branches
Tags
No related merge requests found
......@@ -84,7 +84,7 @@ struct rsa_private_key
*
* Store the private key in a rsa_private_key struct.
*
* Call rsa_prepare_private_key. This initializes the size attribute
* Call rsa_private_key_prepare. This initializes the size attribute
* to the length of a signature.
*
* Initialize a hashing context, by callling
......@@ -103,11 +103,6 @@ struct rsa_private_key
* mpz_clear.
*/
/* FIXME: For consistency, these functions ought to be renamed to
* rsa_public_key_init, rsa_public_key_clear, rsa_private_key_init,
* rsa_private_key_clear. Perhaps the prepare functions should be
* renamed too. Do this for nettle-2.0? */
/* Calls mpz_init to initialize bignum storage. */
void
rsa_public_key_init(struct rsa_public_key *key);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment