From: Niels Möller Date: Tue, 3 Jul 2012 18:40:25 +0000 (+0200) Subject: Marked Salsa20 doc and pkcs1_signature_prefix renaming done. X-Git-Tag: nettle_2.5_release_20120707~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3ae75237ebb07b947b18e5f2491425f7b4fe8f;p=thirdparty%2Fnettle.git Marked Salsa20 doc and pkcs1_signature_prefix renaming done. --- 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 all signature functions.

Documentation

-

+

Update documentation with info on Salsa20.

@@ -50,8 +50,8 @@

Other

-

The interface of the internal function - pkcs1_signature_prefix has changed. Consider renaming it to +

The interface of the internal function + pkcs1_signature_prefix has changed. Rename it to _pkcs1_signature_prefix, to clearly mark it internal and also make applications using it fail more predictably at compile or link time.

@@ -92,6 +92,9 @@ Consider making a public interface similar to nettle_aead? With the above change, it can't use nettle_crypt_func.

+

+ Make it possible to build nettle and hogweed using mini-gmp. +

Reorganize private key operations. Need to support RSA with and without blinding, and DSA according to spec and some deterministic