From: A.M. K. <aku...@us...> - 2005-11-29 16:29:03
|
Update of /cvsroot/pycrypto/crypto/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20901/test Modified Files: testdata.py Log Message: Remove debug code which truncated the test suite Index: testdata.py =================================================================== RCS file: /cvsroot/pycrypto/crypto/test/testdata.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- testdata.py 1 Aug 2004 18:53:31 -0000 1.5 +++ testdata.py 29 Nov 2005 16:28:51 -0000 1.6 @@ -121,7 +121,6 @@ ("Rijndael is AES" * 1024, "80fced5a97176a5009207cd119551b42c5b51ceb445230d02ecc2663bbfb483a"), ] -sha256 = sha256[:1] # DES validation data |