diff options
author | Rob Austein <sra@hactrn.net> | 2015-06-04 16:55:28 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-06-04 16:55:28 -0400 |
commit | cf865e9d768ab2dad37f82f071f0050b20f18506 (patch) | |
tree | 9bcdd8a495d5d72953f37ffbed6b03af214c7c38 /hash.c | |
parent | 9176df4906ae90df7b0b1e16485571fd3d3132d8 (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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |