summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 21:12:18 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-08-03 21:12:18 -0400
commit405a9743045c44ec6cc0b99fd1c41f4847c947db (patch)
treea303daaeb762019b305088a7871caa5ece484a7d /TODO
parent9df50513c6d401656d26c87937c63b6e9e77a0df (diff)
downloadpycrypto-405a9743045c44ec6cc0b99fd1c41f4847c947db.tar.gz
Update ChangeLog and TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 3 insertions, 8 deletions
diff --git a/TODO b/TODO
index d01e98e..b597011 100644
--- a/TODO
+++ b/TODO
@@ -22,12 +22,7 @@
defining a certain subdirectory to be a place where pycrypto looks for these
drivers at startup time.
-Documentation:
-- Document chaff/winnow better
-- Add more docstrings.
-- Document the functions and macros for adding a new algorithm
- Hash functions:
- hash_init(), hash_copy(), DIGEST_SIZE, hash_update(), hash_digest()
- Block functions:
- ...
+- Merge Crypto.Cipher.XOR and Crypto.Util.strxor somehow
+
+- Document our experiences with RandomPool and why it was bad.