summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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
+