// sha3.h
// 19-Nov-11 Markku-Juhani O. Saarinen <mjos@iki.fi>
// Revised 21-Jul-19 to strip unneeded code and move sha3_ctx_t to its own file.
// we need to build both a host and device version of this code. -asdvxgxasjab
// Compression function.
void ;
// OpenSSL - like interfece
int ; // mdlen = hash output in bytes
int ;
int ; // digest goes to md
// compute a sha3 hash (md) of given byte length from "in"
void *;