summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoramk <amk@rivest.dlitz.net>1998-12-13 19:19:48 -0700
committeramk <amk@rivest.dlitz.net>1998-12-13 19:19:48 -0700
commita8a47a73d47172ffae4d3a57ee30608e49505311 (patch)
tree85ac749a4b3d54a19b6e80779ccb4ee8c57eda2e /TODO
downloadpycrypto-a8a47a73d47172ffae4d3a57ee30608e49505311.tar.gz
[project @ amk-19981214021948-ae4d136d34b577c7]
[project @ 1998-12-13 18:19:48 by amk] Initial revision
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 23 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..e6a44f8
--- /dev/null
+++ b/TODO
@@ -0,0 +1,23 @@
+
+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.
+
+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
+