]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update reference to the Yarrow paper.
authorJustus Winter <justus@sequoia-pgp.org>
Thu, 23 Feb 2023 10:06:51 +0000 (11:06 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 3 Apr 2023 05:29:29 +0000 (07:29 +0200)
nettle.texinfo

index 767ae718cc18d2804f66f8644a85e22c50616706..10af86c33e664a928e91e0e0c573e10de5bc1911 100644 (file)
@@ -5986,7 +5986,7 @@ The recommended generator to use is Yarrow, described below.
 Yarrow is a family of pseudo-randomness generators, designed for
 cryptographic use, by John Kelsey, Bruce Schneier and Niels Ferguson.
 Yarrow-160 is described in a paper at
-@url{https://www.counterpane.com/yarrow.html}, and it uses @acronym{SHA1}
+@url{https://www.schneier.com/academic/yarrow/}, and it uses @acronym{SHA1}
 and triple-DES, and has a 160-bit internal state. Nettle implements
 Yarrow-256, which is similar, but uses @acronym{SHA256} and
 @acronym{AES} to get an internal state of 256 bits.