From c564d20ce9ae62c7bc86b06e3afae209736e23f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 2 Sep 2011 19:22:18 +0200
Subject: [PATCH] Added note on ripemd160 copyright.

Rev: nettle/nettle.texinfo:1.27
---
 nettle.texinfo | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/nettle.texinfo b/nettle.texinfo
index 2163140b..51bfaeaa 100644
--- a/nettle.texinfo
+++ b/nettle.texinfo
@@ -187,8 +187,13 @@ The implementation of the MD5 message digest is written by Colin Plumb.
 It has been hacked some more by Andrew Kuchling and @value{AUTHOR}.
 Released into the public domain.
 
+@item RIPMED160
+The implementation of RIPEMD160 message digest is based on the code in
+libgcrypt, copyright owned by the Free Software Foundation. Ported to
+Nettle by Andres Mejia. Released under the LGPL.
+
 @item SERPENT
-The implementation of the SERPENT is based on the code in libgcrypt,
+The implementation of the SERPENT cipher is based on the code in libgcrypt,
 copyright owned by the Free Software Foundation. Adapted to Nettle by
 Simon Josefsson and heavily modified by Niels M�ller. Assembly for
 x86_64 by Niels M�ller. Released under the LGPL.
-- 
GitLab