mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 17:11:59 +00:00
4 lines
130 B
C
4 lines
130 B
C
|
#pragma once
|
||
|
|
||
|
int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k,
|
||
|
uint8_t *out, const size_t outlen);
|