From: Niels Möller Date: Fri, 2 Sep 2011 17:22:18 +0000 (+0200) Subject: Added note on ripemd160 copyright. X-Git-Tag: nettle_2.3_release_20110902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c564d20ce9ae62c7bc86b06e3afae209736e23f6;p=thirdparty%2Fnettle.git Added note on ripemd160 copyright. Rev: nettle/nettle.texinfo:1.27 --- 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.