summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-05-16 20:21:56 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-05-16 20:21:56 -0700
commit74a71a6534a8f58a72479002fda66a20425a30e7 (patch)
tree7fc89146ddd748c4ef5e717598d76e26c5f76cf2 /TODO
parent24ecd3bf65d8167c4620b346c410b301833b11a4 (diff)
downloadpycrypto-74a71a6534a8f58a72479002fda66a20425a30e7.tar.gz
[project @ akuchling-20020517032156-9d248be66bc42a3e]
[project @ 2002-05-16 20:21:46 by akuchling] Updated file
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 4 insertions, 7 deletions
diff --git a/TODO b/TODO
index e2c7f1b..8d9aba1 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,5 @@
+For 1.9alpha2:
* Proofread all the error messages and improve them
* Replace Hash/HMAC.py with the hmac module in the standard library
@@ -6,7 +7,9 @@
* Look at the C code and modernize it to the current memory APIs,
class-based exceptions, etc.
-For 1.9alpha2:
+* MD5.py, SHA.py: ensure the module contents match the documented API,
+ even on old versions of Python.
+
* Update documentation
* Document the functions and macros for adding a new algorithm
@@ -27,12 +30,6 @@ docstrings, naming conventions, test suites).
* Possibly add SHA256, SHA512.
-* Public-key stuff: should it remain in this package, or should it be
-scrapped and the scope restricted to hashing and block encryption?
-Public-key is much harder to define and implement, so I think
-splitting it out into a separate distribution is the right thing to
-do.
-
* Provide drop-in support for extensions/drivers like
amkCrypto/mxCrypto. There should be some way to register these
drivers in your package, e.g. by defining a certain subdirectory