summaryrefslogtreecommitdiff
path: root/src/hash.h
blob: 4831c4be93a0b11d3f9fe4acf4ea14066cfc016d (plain) (blame)
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]
);