From f6309ddcc2080959a40bb1d15489311aa630c74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 18 Apr 2013 11:28:06 +0200 Subject: [PATCH] Minor doc fixes. --- nettle.texinfo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- GitLab