From: A.M. K. <aku...@us...> - 2005-11-29 18:16:33
|
Update of /cvsroot/pycrypto/crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16121 Modified Files: ChangeLog Log Message: Fix 32-bit length limitation in SHA256 Index: ChangeLog =================================================================== RCS file: /cvsroot/pycrypto/crypto/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 29 Nov 2005 16:31:36 -0000 1.37 +++ ChangeLog 29 Nov 2005 18:16:21 -0000 1.38 @@ -4,6 +4,9 @@ * Fix padding bug in SHA256; this resulted in bad digests whenever (the number of bytes hashed) mod 64 == 55. + * Fix a 32-bit limitation on the length of messages the SHA256 module + could hash. + 2.0.1 ===== |