From: A.M. K. <aku...@us...> - 2005-05-09 14:21:35
|
Update of /cvsroot/pycrypto/crypto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20459 Modified Files: MANIFEST TODO Log Message: Remove Demo/ directory -- the code is old and possibly misleading, and no one is going to modernize it Index: MANIFEST =================================================================== RCS file: /cvsroot/pycrypto/crypto/MANIFEST,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- MANIFEST 14 Aug 2004 10:48:38 -0000 1.11 +++ MANIFEST 9 May 2005 14:20:54 -0000 1.12 @@ -1,14 +1,6 @@ ACKS ChangeLog Cipher/__init__.py -Demo/README -Demo/chaum.py -Demo/cipher -Demo/enc.py -Demo/secimp/README -Demo/secimp/secimp.py -Demo/secimp/sign.py -Demo/secimp/testkey.py Doc/pycrypt.tex Hash/HMAC.py Hash/MD5.py Index: TODO =================================================================== RCS file: /cvsroot/pycrypto/crypto/TODO,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- TODO 13 Aug 2004 23:45:47 -0000 1.14 +++ TODO 9 May 2005 14:20:55 -0000 1.15 @@ -3,8 +3,6 @@ * Manual and Web page: point to SF project for bug reports -* Update the demos - * Update documentation (mention dodgy status of PublicKey code) * Clean up markup in pycrypt.tex @@ -27,9 +25,6 @@ * A secret sharing module should be added to Util or Protocols. -Demo programs: - Shadowing of files into X parts - Documentation: Document chaff/winnow better Add docstrings everywhere. |