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
Nettle
nettle
Commits
675b1721
Commit
675b1721
authored
May 05, 2014
by
Niels Möller
Browse files
In the manual, change some subsections to subsubsections.
parent
9c2ceee9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
675b1721
2014-05-05 Niels Möller <nisse@lysator.liu.se>
* nettle.texinfo (POLY1305): Document poly1305-aes.
(Authenticated encryption): Make Authenticated encryption a
separate section.
(Authenticated encryption): Move AEAD algorithms to their own
section.
(RSA, DSA, ECDSA): Change some subsections to subsubsections.
2014-05-04 Niels Möller <nisse@lysator.liu.se>
...
...
nettle.texinfo
View file @
675b1721
...
...
@@ -3453,7 +3453,7 @@ from the message in the same way as above. Then @code{s^e mod n} is
computed, the operation returns true if and only if the result equals
@code
{
x
}
.
@subsection Nettle's @acronym
{
RSA
}
support
@subs
ubs
ection Nettle's @acronym
{
RSA
}
support
Nettle represents @acronym
{
RSA
}
keys using two structures that contain
large numbers (of type @code
{
mpz
_
t
}
).
...
...
@@ -3721,7 +3721,7 @@ randomness source is a serious disadvantage. If you ever use the same
@code
{
k
}
(and @code
{
r
}
) for two different message, you leak your private
key.
@subsection Nettle's @acronym
{
DSA
}
support
@subs
ubs
ection Nettle's @acronym
{
DSA
}
support
Like for @acronym
{
RSA
}
, Nettle represents @acronym
{
DSA
}
keys using two
structures, containing values of type @code
{
mpz
_
t
}
. For information on
...
...
@@ -3821,7 +3821,7 @@ random octets and store them at @code{dst}. For advice, see
@xref
{
Randomness
}
.
@end deftypefun
@subsection Old, deprecated, @acronym
{
DSA
}
interface
@subs
ubs
ection Old, deprecated, @acronym
{
DSA
}
interface
Versions before nettle-3.0 used a different interface for @acronym
{
DSA
}
signatures, where the group parameters and the public key was packed
...
...
@@ -3966,7 +3966,7 @@ accesses depend only on the size of the input data and its location in
memory, not on the actual data bits. This implies a performance penalty
in several of the building blocks.
@subsection ECDSA
@subs
ubs
ection ECDSA
ECDSA is a variant of the DSA digital signature scheme (@pxref
{
DSA
}
),
which works over an elliptic curve group rather than over a (subgroup
...
...
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