From cdbe42a106cbcb622fd039ec7a9ff5f4737a1c4a Mon Sep 17 00:00:00 2001 From: "Dwayne C. Litzenberger" Date: Sat, 10 Oct 2009 16:46:08 -0400 Subject: Doc/pycrypt.rst: Credit myself for the new RIPEMD-160 code --- Doc/pycrypt.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Doc') diff --git a/Doc/pycrypt.rst b/Doc/pycrypt.rst index 0fb3ba5..1f75474 100644 --- a/Doc/pycrypt.rst +++ b/Doc/pycrypt.rst @@ -225,13 +225,12 @@ K/sec. Credits =============== -The MD2 and MD4 implementations were written by A.M. Kuchling, and the -MD5 code was implemented by Colin Plumb. The SHA1 code was originally -written by Peter Gutmann. The RIPEMD code was written by Antoon -Bosselaers, and adapted for the toolkit by Hirendra Hindocha. The -SHA256 code was written by Tom St.~Denis and is part of the -LibTomCrypt library (http://www.libtomcrypt.org/); it was -adapted for the toolkit by Jeethu Rao and Taylor Boon. +The MD2 and MD4 implementations were written by A.M. Kuchling, and the MD5 +code was implemented by Colin Plumb. The SHA1 code was originally written by +Peter Gutmann. The RIPEMD160 code as of version 2.1.0 was written by Dwayne +Litzenberger. The SHA256 code was written by Tom St. Denis and is part of the +LibTomCrypt library (http://www.libtomcrypt.org/); it was adapted for the +toolkit by Jeethu Rao and Taylor Boon. -- cgit v1.2.1