summaryrefslogtreecommitdiffstats
path: root/blocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.c')
-rw-r--r--blocks.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/blocks.c b/blocks.c
index 8e698c4a..ba569b00 100644
--- a/blocks.c
+++ b/blocks.c
@@ -1,6 +1,9 @@
-/* $OpenBSD: blocks.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
+/* $OpenBSD: blocks.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
-/* Public Domain, from supercop-20130419/crypto_hashblocks/sha512/ref/blocks.c */
+/*
+ * Public Domain, Author: Daniel J. Bernstein
+ * Copied from nacl-20110221/crypto_hashblocks/sha512/ref/blocks.c
+ */
#include "crypto_api.h"