]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Tue, 22 Jan 2002 22:56:18 +0000 (23:56 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 22 Jan 2002 22:56:18 +0000 (23:56 +0100)
Rev: src/nettle/rsa.h:1.9

rsa.h

diff --git a/rsa.h b/rsa.h
index 250fb44bbf722e3234012a6d97956d3683c2a49e..e480937e607aca4812c257b194fcd84b995e7c23 100644 (file)
--- 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);