xref: /freebsd/sys/contrib/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1 #include "crypto_shorthash_siphash24.h"
2 
3 size_t
crypto_shorthash_siphash24_bytes(void)4 crypto_shorthash_siphash24_bytes(void) {
5     return crypto_shorthash_siphash24_BYTES;
6 }
7 
8 size_t
crypto_shorthash_siphash24_keybytes(void)9 crypto_shorthash_siphash24_keybytes(void) {
10     return crypto_shorthash_siphash24_KEYBYTES;
11 }
12