1 2 3 4 5 6 7 8
#define OUTPUT_LENGTH 16 int hash_init(void); void hash(const size_t in_len, const void *const in, uint8_t out[OUTPUT_LENGTH]);