libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / sodium / crypto_shorthash_siphash24.h
blob2885d9748d6ca5b5e3fdff109ae6a15c1748a46a
1 #ifndef crypto_shorthash_siphash24_H
2 #define crypto_shorthash_siphash24_H
4 #include <stddef.h>
5 #include "export.h"
7 #define crypto_shorthash_siphash24_BYTES 8U
8 #define crypto_shorthash_siphash24_KEYBYTES 16U
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
14 SODIUM_EXPORT
15 size_t crypto_shorthash_siphash24_bytes(void);
17 SODIUM_EXPORT
18 const char * crypto_shorthash_siphash24_primitive(void);
20 SODIUM_EXPORT
21 int crypto_shorthash_siphash24(unsigned char *,const unsigned char *,unsigned long long,const unsigned char *);
23 #ifdef __cplusplus
25 #endif
27 #define crypto_shorthash_siphash24_ref crypto_shorthash_siphash24
29 #endif