summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-04-17 12:12:34 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-04-17 12:12:34 -0700
commit216d53cceb4430e23b52e36062df479e7c49a0e2 (patch)
tree963be9abe605f7f111c092a793c294e38a65de1d /TODO
parentd536f49cedcc512625ac167a3bb5fc4d28a77889 (diff)
downloadpycrypto-216d53cceb4430e23b52e36062df479e7c49a0e2.tar.gz
[project @ akuchling-20020417191234-3397e6bbf8e92a58]
[project @ 2002-04-17 12:12:34 by akuchling] Updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/TODO b/TODO
index ce5351a..3f6e599 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,21 @@
+* Add segment_size to CFB mode
+
+* Add test cases for general CFB mode
+
* Restore RC5, which needs additional keyword arguments
+* Proofread all the error messages and improve them
+
* 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
+ class-based exceptions, etc.
+
+For 1.9alpha2:
+* Update documentation
-* Change API to reduce amount of memory copying
+* Change API to reduce amount of memory-to-memory copying
* Document the functions and macros for adding a new algorithm
Hash functions: