]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
In the manual, change some subsections to subsubsections.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 5 May 2014 19:44:05 +0000 (21:44 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 5 May 2014 19:44:05 +0000 (21:44 +0200)
ChangeLog
nettle.texinfo

index b84464b32201aeab539f06f2c87822860d26ff60..8a9c9058f20ae2154db7eaf52a8782e40a8ff62c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
 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>
 
index 79bd98fd07ba65198bb3ed2276bda736228932b5..2c361964402a93271de7a15b3b3119df127f9b57 100644 (file)
@@ -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
+@subsubsection 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
+@subsubsection 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
+@subsubsection 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
+@subsubsection 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