From 568d7d09189278ea40f361c4fdb0ad48809362d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 22 Jan 2002 23:56:18 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/rsa.h:1.9 --- rsa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- GitLab