1 2 3 4 5 6 7 8
#define HASH_OUTPUT_LENGTH 16U void hash( const size_t inlen, const void *const restrict in, uint8_t out[HASH_OUTPUT_LENGTH] );