summaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-01-27 23:25:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2003-01-27 23:25:33 +0100
commit5a4286104dca69cb6a2808fbc60073396f6b946b (patch)
treeefbfafeaa4f01c45d6edb291704f92fb1f2743e0 /rsa.h
parent8ec793c9bf6f870a27e55723372b270ba67fbf67 (diff)
downloadnettle-5a4286104dca69cb6a2808fbc60073396f6b946b.tar.gz
Comment update.
Rev: src/nettle/rsa.h:1.20
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/rsa.h b/rsa.h
index b553a4cf..14a4c44b 100644
--- a/rsa.h
+++ b/rsa.h
@@ -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
@@ -102,11 +102,6 @@ struct rsa_private_key
* When done with the key and signature, don't forget to call
* 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