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

*** empty log message ***

Rev: src/nettle/rsa.h:1.9
parent 87ecba53
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ rsa_sha1_verify(struct rsa_public_key *key,
struct sha1_ctx *hash,
const mpz_t signature);
/* Compute x, the d:th root of m. Calling it with x == m is allowed. */
/* Compute x, the e:th root of m. Calling it with x == m is allowed. */
void
rsa_compute_root(struct rsa_private_key *key, mpz_t x, const mpz_t m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment