From: Niels Möller Date: Sun, 15 Dec 2013 09:20:53 +0000 (+0100) Subject: Added FIXME comment on DSA interface. X-Git-Tag: nettle_3.0_release_20140607~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f524a8713605a0feb8ba3da8a3ecff00cd7cb072;p=thirdparty%2Fnettle.git Added FIXME comment on DSA interface. --- diff --git a/nettle.texinfo b/nettle.texinfo index 688ceca5..071bbb6d 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -3029,6 +3029,7 @@ function, although the implementation of @acronym{DSA} with @acronym{SHA256} should be considered somewhat experimental due to lack of official test vectors and interoperability testing. +@c FIXME: Update for new DSA interface @deftypefun int dsa_sha1_sign (const struct dsa_public_key *@var{pub}, const struct dsa_private_key *@var{key}, void *@var{random_ctx}, nettle_random_func @var{random}, struct sha1_ctx *@var{hash}, struct dsa_signature *@var{signature}) @deftypefunx int dsa_sha1_sign_digest (const struct dsa_public_key *@var{pub}, const struct dsa_private_key *@var{key}, void *@var{random_ctx}, nettle_random_func @var{random}, const uint8_t *@var{digest}, struct dsa_signature *@var{signature}) @deftypefunx int dsa_sha256_sign (const struct dsa_public_key *@var{pub}, const struct dsa_private_key *@var{key}, void *@var{random_ctx}, nettle_random_func @var{random}, struct sha256_ctx *@var{hash}, struct dsa_signature *@var{signature})