summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-04-04 19:18:31 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-04-04 19:18:31 -0700
commit9d26ea4833996b55e54783c3da8bfa3e5a708fbf (patch)
tree36992a245a5b9d048890e40e8953a488cf8db9bb /TODO
parent2940a154570b89f6c162b19032365ee72a8ef115 (diff)
downloadpycrypto-9d26ea4833996b55e54783c3da8bfa3e5a708fbf.tar.gz
[project @ akuchling-20020405021831-d3053f3676058477]
[project @ 2002-04-04 18:18:31 by akuchling] Update file
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index ba8bdc1..ce5351a 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
* Restore RC5, which needs additional keyword arguments
+* Replace Hash/HMAC.py with the hmac module in the standard library
+
* Look at the C code and modernize it to the current memory APIs,
class-based exceptions, etc
@@ -19,10 +21,6 @@ the new code as version 2.0 to signal the magnitude of the changes.
While we have the chance, we can also drop useless code, rename
packages and classes, or whatever.
-* Should there be a backword-compatibility wrapper for
- Crypto/Hash/MD5.py, containing just 'from md5 import *' and a
- warning message? (Ditto for Crypto/Hash/SHA.py.)
-
* Modernize the code to current standards (Distutils installation,
docstrings, naming conventions, test suites).