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