Update comments
parent
5a32fbbeba
commit
1450847e40
|
|
@ -3,8 +3,8 @@
|
||||||
// Portions of this code were derived from
|
// Portions of this code were derived from
|
||||||
// Wei Dai's implementation of SHA-2
|
// Wei Dai's implementation of SHA-2
|
||||||
//
|
//
|
||||||
// Jack Lloyd is the author of Botan and allowed Crypto++ to use
|
// Jack Lloyd and the Botan team allowed Crypto++ to use parts of
|
||||||
// parts of Botan's implementation under the same license as Crypto++
|
// Botan's implementation under the same license as Crypto++
|
||||||
// is released. The code for SHACAL2_Enc_ProcessAndXorBlock_SHANI
|
// is released. The code for SHACAL2_Enc_ProcessAndXorBlock_SHANI
|
||||||
// below is Botan's x86_encrypt_blocks with minor tweaks. Many thanks
|
// below is Botan's x86_encrypt_blocks with minor tweaks. Many thanks
|
||||||
// to the Botan team. Also see http://github.com/randombit/botan/.
|
// to the Botan team. Also see http://github.com/randombit/botan/.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue