Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v211
/
.
/
src
/
shared
/
siphash24.h
blob: 62e1168a798f222ff0b910d1a6acb4758b1bc825 [
file
] [
log
] [
blame
] [
raw
]
#pragma
once
#include
<inttypes.h>
#include
<sys/types.h>
void
siphash24
(
uint8_t
out
[
8
],
const
void
*
in
,
size_t
inlen
,
const
uint8_t
k
[
16
]);