47 siphash(k, length, hash_key, ret.out,
sizeof(ret.out));
Buffer management functions and garbage collection.
Data Channel Cryptography Module.
uint64_t siphash_hash_func(const uint8_t *k, uint32_t length, const uint8_t hash_key[SIPHASH_KEY_SIZE])
Wrapper of the siphash function to be able to use it in the hash map.
static void siphash(const void *in, size_t inlen, const void *k, uint8_t *out, size_t outlen)