From 1450847e405d8f4c969c3ae5e1a30faec6cff746 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 16 Aug 2017 21:43:31 -0400 Subject: [PATCH] Update comments --- shacal2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shacal2.cpp b/shacal2.cpp index c1b9145f..9ab3b373 100644 --- a/shacal2.cpp +++ b/shacal2.cpp @@ -3,8 +3,8 @@ // Portions of this code were derived from // Wei Dai's implementation of SHA-2 // -// Jack Lloyd is the author of Botan and allowed Crypto++ to use -// parts of Botan's implementation under the same license as Crypto++ +// Jack Lloyd and the Botan team allowed Crypto++ to use parts of +// Botan's implementation under the same license as Crypto++ // is released. The code for SHACAL2_Enc_ProcessAndXorBlock_SHANI // below is Botan's x86_encrypt_blocks with minor tweaks. Many thanks // to the Botan team. Also see http://github.com/randombit/botan/.