1 #ifndef crypto_shorthash_siphash24_H
2 #define crypto_shorthash_siphash24_H
9 # pragma GCC diagnostic ignored "-Wlong-long"
14 #define crypto_shorthash_siphash24_BYTES 8U
16 size_t crypto_shorthash_siphash24_bytes(void);
18 #define crypto_shorthash_siphash24_KEYBYTES 16U
20 size_t crypto_shorthash_siphash24_keybytes(void);
23 int crypto_shorthash_siphash24(unsigned char *out, const unsigned char *in,
24 unsigned long long inlen, const unsigned char *k);