enum { HASH_OUTPUT_LENGTH = 16U, }; void hash( const size_t inlen, const void *const restrict in, u8 out[HASH_OUTPUT_LENGTH] ); int hash_setup(void);