Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
5a428610
Commit
5a428610
authored
Jan 27, 2003
by
Niels Möller
Browse files
Comment update.
Rev: src/nettle/rsa.h:1.20
parent
8ec793c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
rsa.h
View file @
5a428610
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment