aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hkdf.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-08 14:12:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-08 14:12:08 +0000
commit00a88ebc379643d10a453cb63a34d90e34430395 (patch)
treef82f760ba25ee3ed3b05e1b328dc7858425b3989 /src/util/crypto_hkdf.c
parentd1a59f4740de490e920c8e72272b533cb8fe0ce6 (diff)
downloadgnunet-00a88ebc379643d10a453cb63a34d90e34430395.tar.gz
gnunet-00a88ebc379643d10a453cb63a34d90e34430395.zip
audit
Diffstat (limited to 'src/util/crypto_hkdf.c')
-rw-r--r--src/util/crypto_hkdf.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/crypto_hkdf.c b/src/util/crypto_hkdf.c
index 96ff3804b..0aa653658 100644
--- a/src/util/crypto_hkdf.c
+++ b/src/util/crypto_hkdf.c
@@ -26,6 +26,14 @@
26 * @see http://www.rfc-editor.org/rfc/rfc5869.txt 26 * @see http://www.rfc-editor.org/rfc/rfc5869.txt
27 * @todo remove GNUNET references 27 * @todo remove GNUNET references
28 * @author Nils Durner 28 * @author Nils Durner
29 *
30 * The following list of people have reviewed this code and considered
31 * it correct on the date given (if you reviewed it, please
32 * have your name added to the list):
33 *
34 * - Christian Grothoff (08.10.2010)
35 * - Nathan Evans (08.10.2010)
36 * - Matthias Wachs (08.10.2010)
29 */ 37 */
30 38
31#include <gcrypt.h> 39#include <gcrypt.h>