• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 #pragma once
3 
4 #include <inttypes.h>
5 #include <sys/types.h>
6 
7 void siphash24(uint8_t out[8], const void *in, size_t inlen, const uint8_t k[16]);
8