summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2003-07-07 16:25:04 +0000
committerMoritz Schulte <mo@g10code.com>2003-07-07 16:25:04 +0000
commit1938519682be2b54a589af5d0fe343e5d3aa60fb (patch)
tree2805faee5b996e124a584fbf85dd62cfac6abb4a /TODO
parent8df43aa3a6e158755d4d925ba008d3a63fbe1ef8 (diff)
downloadlibgcrypt-1938519682be2b54a589af5d0fe343e5d3aa60fb.tar.gz
Updated.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 66cdc23e..6f7903dd 100644
--- a/TODO
+++ b/TODO
@@ -19,4 +19,9 @@
* Add attributes to the MPI functions.
-* Write tests for the progress function \ No newline at end of file
+* Write tests for the progress function
+
+* In case the ac interface will be more popular than the pk interface,
+ the asymmetric ciphers could be changed for convenient interaction
+ with the ac interface (i.e. by using ac's `data sets') and the pk
+ interface could be changed to be a wrapper for the ac interface.