]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(Public-key algorithms): Say that the public key
authorNiels Möller <nisse@lysator.liu.se>
Fri, 21 Apr 2006 07:06:07 +0000 (09:06 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 21 Apr 2006 07:06:07 +0000 (09:06 +0200)
operations are undocumented, not unsupported. Reported by Jeronimo
Pellegrini.

Rev: src/nettle/nettle.texinfo:1.33

nettle.texinfo

index 05d16e80e0b7d148d8adccfa9c82a55c009e24ca..09f7eae4d0ce84241974c4949e691dc9dd80fb6f 100644 (file)
@@ -1507,9 +1507,9 @@ knows the secret, it is easy to compute both @code{F} and it's inverse.
 If this sounds strange, look at the @acronym{RSA} example below.
 
 Two important uses for one-way functions with trapdoors are public-key
-encryption, and digital signatures. Of these, I won't say more about
-public-key encryption, as that isn't yet supported by Nettle. So the
-rest of this chapter is about digital signatures.
+encryption, and digital signatures. The public-key encryption functions
+in Nettle are not yet documented; the rest of this chapter is about
+digital signatures.
 
 To use a digital signature algorithm, one must first create a
 @dfn{key-pair}: A public key and a corresponding private key. The private