summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-07-03 20:40:25 +0200
committerNiels Möller <nisse@lysator.liu.se>2012-07-03 20:40:25 +0200
commiteb3ae75237ebb07b947b18e5f2491425f7b4fe8f (patch)
treefd8d39ac9074130c15228dea8b14c7dcc313da31
parent95feedde887269f87020f27d326f1ffe8fa28aba (diff)
downloadnettle-eb3ae75237ebb07b947b18e5f2491425f7b4fe8f.tar.gz
Marked Salsa20 doc and pkcs1_signature_prefix renaming done.
-rw-r--r--misc/plan.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/plan.html b/misc/plan.html
index 17420d43..22eb0d59 100644
--- a/misc/plan.html
+++ b/misc/plan.html
@@ -35,7 +35,7 @@
get blinding variants of <em>all</em> signature functions.
</p>
<h2> Documentation </h2>
- <p class='should'>
+ <p class='done'>
Update documentation with info on Salsa20.
</p>
<p class='should'>
@@ -50,8 +50,8 @@
</p>
<h2> Other </h2>
- <p class='should'> The interface of the internal function
- <tt>pkcs1_signature_prefix</tt> has changed. Consider renaming it to
+ <p class='done'> The interface of the internal function
+ <tt>pkcs1_signature_prefix</tt> has changed. Rename it to
<tt>_pkcs1_signature_prefix</tt>, to clearly mark it internal and
also make applications using it fail more predictably at compile or
link time.</p>
@@ -92,6 +92,9 @@
Consider making a public interface similar to nettle_aead? With
the above change, it can't use nettle_crypt_func.
</p>
+ <p class='wish'>
+ Make it possible to build nettle and hogweed using mini-gmp.
+ </p>
<p class='should'>
Reorganize private key operations. Need to support RSA with and
without blinding, and DSA according to spec and some deterministic