From 41f3104fed6532354b89f32a533b8d831fe88428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 2 Feb 2010 16:08:01 +0100 Subject: [PATCH] Typographic tweak. Rev: nettle/nettle.texinfo:1.7 --- nettle.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nettle.texinfo b/nettle.texinfo index b3766d38..3456788a 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -1599,7 +1599,7 @@ order of the multiplicative group of integers modulo n. Next, @code{e} is chosen. It must have no factors in common with @code{phi} (in particular, it must be odd), but can otherwise be chosen more or less randomly. @code{e = 65537} is a popular choice, because it makes raising -to the @code{e}:th power particularly efficient, and being prime, it +to the @code{e}'th power particularly efficient, and being prime, it usually has no factors common with @code{phi}. Finally, a number @code{d}, @code{d < n} is computed such that @code{e d -- GitLab