libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_shorthash / siphash24 / shorthash_siphash24_api.c
blobdd60202c2f7233727c1d89fb43c1040f58023eb9
1 #include "crypto_shorthash_siphash24.h"
3 size_t
4 crypto_shorthash_siphash24_bytes(void) {
5 return crypto_shorthash_siphash24_BYTES;
8 const char *
9 crypto_shorthash_siphash24_primitive(void) {
10 return "siphash24";