From: Niels Möller Date: Tue, 22 Jan 2002 22:56:18 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.5_release_20020131~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568d7d09189278ea40f361c4fdb0ad48809362d9;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/rsa.h:1.9 --- 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);