summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-04-22 23:19:38 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-04-22 23:19:38 -0700
commit1150c0316f574d47ed908a274fedc12478beb008 (patch)
treeff015e540883a5b75c9e93afa811a92eef4173d0 /TODO
parentc6c33b95606e06365753cc8af5d1bdb5a3921758 (diff)
downloadpycrypto-1150c0316f574d47ed908a274fedc12478beb008.tar.gz
[project @ akuchling-20020423061938-5068d1848e7e0997]
[project @ 2002-04-22 23:19:38 by akuchling] Updated file
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 1 insertions, 23 deletions
diff --git a/TODO b/TODO
index 3f6e599..b7c4474 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,4 @@
-* 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
@@ -49,28 +43,12 @@ time.
* Add a secure PRNG (Yarrow, maybe?)
-
-The old TODO list follows:
-
-Core algorithms:
- Elliptic-curve algs should be added; they're not a priority for now.
- A secret sharing module should be added to Util or Protocols.
+* A secret sharing module should be added to Util or Protocols.
-Protocols:
- Implement ssh
- Add PGP modules to the package, rearranging them to fit.
-
-Generic cryptographic stuff:
- Optimize the feedback modes a bit
-
Demo programs:
Shadowing of files into X parts
- Secure talk or telnet
Documentation:
Document chaff/winnow better
Add docstrings everywhere.
-Config stuff:
- Smarter distribution building
-