Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
8d1aeed5
Commit
8d1aeed5
authored
Feb 02, 2010
by
Niels Möller
Browse files
Typographic tweak.
Rev: nettle/nettle.texinfo:1.7
parent
dbf057e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle/nettle.texinfo
View file @
8d1aeed5
...
@@ -1599,7 +1599,7 @@ order of the multiplicative group of integers modulo n.
...
@@ -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
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
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
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
}
.
usually has no factors common with @code
{
phi
}
.
Finally, a number @code
{
d
}
, @code
{
d < n
}
is computed such that @code
{
e d
Finally, a number @code
{
d
}
, @code
{
d < n
}
is computed such that @code
{
e d
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment