Update comments

pull/461/head
Jeffrey Walton 2017-08-16 21:43:31 -04:00
parent 5a32fbbeba
commit 1450847e40
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -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/.