From: Niels Möller Date: Thu, 18 Apr 2013 09:28:06 +0000 (+0200) Subject: Minor doc fixes. X-Git-Tag: nettle_2.7_release_20130424~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6309ddcc2080959a40bb1d15489311aa630c74f;p=thirdparty%2Fnettle.git Minor doc fixes. --- diff --git a/nettle.texinfo b/nettle.texinfo index 7f51dd58..b182cd3a 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -61,7 +61,7 @@ object-oriented wrapper for your favorite language or application. * Copyright:: Your rights. * Conventions:: General interface conventions. * Example:: An example program. -* Linking:: Linking with the libnettle and libhogweed. +* Linking:: Linking with libnettle and libhogweed. * Reference:: All Nettle functions and features. * Nettle soup:: For the serious nettle hacker. * Installation:: How to install Nettle. @@ -2144,6 +2144,7 @@ Keyed hash functions are typically a lot faster than digital signatures as well. @subsection @acronym{HMAC} +@cindex HMAC One can build keyed hash functions from ordinary hash functions. Older constructions simply concatenate secret key and message and hashes that, but