chiark / gitweb /
sd-bus: it's not a user error to query the error contained in a bus message
[elogind.git] / src / basic / siphash24.h
1 #pragma once
2
3 #include <inttypes.h>
4 #include <sys/types.h>
5
6 void siphash24(uint8_t out[8], const void *in, size_t inlen, const uint8_t k[16]);