summaryrefslogtreecommitdiff
path: root/rsa.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-22 23:56:18 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-22 23:56:18 +0100
commit568d7d09189278ea40f361c4fdb0ad48809362d9 (patch)
tree06e6b7e7c3b176eec0babf0cad8f89a86499312d /rsa.h
parent87ecba5397b9f33ea733dffcb499db5d392f9a95 (diff)
downloadnettle-568d7d09189278ea40f361c4fdb0ad48809362d9.tar.gz
*** empty log message ***
Rev: src/nettle/rsa.h:1.9
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa.h b/rsa.h
index 250fb44b..e480937e 100644
--- a/rsa.h
+++ b/rsa.h
@@ -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);