sha/keccak1600.c: build and make it work with strict warnings.
[openssl.git] / crypto / sha / keccak1600.c
index 0ea9818059d55b8a10020e1af81cda771aee37e6..7ff4ff85d381f33b2cf3029432208050f907957c 100644 (file)
 #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__) || \