summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2023-02-23 11:06:51 +0100
committerNiels Möller <nisse@lysator.liu.se>2023-04-03 07:29:29 +0200
commit059fb63d4de35c2681feb32369c1719a0277e891 (patch)
treee556e82620fc6b5ffbbda6af3d60c618abc11ef6
parent98a32f2bc889e1e6014ce316aff590ec771f317c (diff)
downloadnettle-059fb63d4de35c2681feb32369c1719a0277e891.tar.gz
Update reference to the Yarrow paper.
-rw-r--r--nettle.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/nettle.texinfo b/nettle.texinfo
index 767ae718..10af86c3 100644
--- a/nettle.texinfo
+++ b/nettle.texinfo
@@ -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.