projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sha/keccak1600.c: build and make it work with strict warnings.
[openssl.git]
/
crypto
/
sha
/
keccak1600.c
diff --git
a/crypto/sha/keccak1600.c
b/crypto/sha/keccak1600.c
index 0ea9818059d55b8a10020e1af81cda771aee37e6..7ff4ff85d381f33b2cf3029432208050f907957c 100644
(file)
--- a/
crypto/sha/keccak1600.c
+++ b/
crypto/sha/keccak1600.c
@@
-11,6
+11,10
@@
#include <string.h>
#include <assert.h>
#include <string.h>
#include <assert.h>
+size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len,
+ size_t r);
+void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r);
+
#ifndef KECCAK1600_ASM
#if defined(__x86_64__) || defined(__aarch64__) || \
#ifndef KECCAK1600_ASM
#if defined(__x86_64__) || defined(__aarch64__) || \