chiark / gitweb /
Prep v220: Apply "Fixes to user and session saving"
[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]);