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