summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-19 16:59:15 +0000
committerWerner Koch <wk@gnupg.org>2008-08-19 16:59:15 +0000
commit555c37b39c9026da55fb0d3984f222732d59d44e (patch)
tree0a8dda31052e28404e36d59f5987c5f88f655c18 /TODO
parente8358aa40bec30b5c069b69b1ac74e7855e60734 (diff)
downloadlibgcrypt-555c37b39c9026da55fb0d3984f222732d59d44e.tar.gz
Adding gcry_mpi_lshift.
Preparing a release candidate.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index da1ef22a..80fb62b7 100644
--- a/TODO
+++ b/TODO
@@ -84,8 +84,6 @@ What's left to do -*- outline -*-
* mpi_print does not use secure memory
for internal variables.
-* gcry_mpi_lshift is missing
-
* Add OAEP
* gcryptrnd.c
@@ -110,4 +108,5 @@ What's left to do -*- outline -*-
We have some code to allow using libgcrypt from C++, so we also
should have a test case.
-* Use aliases for symbol instead of the wrappers in visibility.c.
+* gcry_mpi_lshift needs actual code.
+