aboutsummaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-06-04 16:55:28 -0400
committerRob Austein <sra@hactrn.net>2015-06-04 16:55:28 -0400
commitcf865e9d768ab2dad37f82f071f0050b20f18506 (patch)
tree9bcdd8a495d5d72953f37ffbed6b03af214c7c38 /hash.c
parent9176df4906ae90df7b0b1e16485571fd3d3132d8 (diff)
Disable HMAC-SHA-384 tests as neither my implementation nor PyCrypto
passes them. Add missing copyright notices, other trivial cleanup (whitespace, etc).
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index 224aac4..cdb68eb 100644
--- a/hash.c
+++ b/hash.c
@@ -1,7 +1,6 @@
/*
* hashes.c
* --------
- *
* HAL interface to Cryptech hash cores.
*
* Authors: Joachim Strömbergson, Paul Selkirk, Rob Austein
@@ -50,7 +49,7 @@
*/
#define MAX_BLOCK_LEN SHA512_BLOCK_LEN
-#define MAX_DIGEST_LEN SHA512_DIGEST_LEN
+#define MAX_DIGEST_LEN SHA512_DIGEST_LEN
/*
* HMAC magic numbers.