xref: /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c (revision f447f37a0a0b7f2a0e879f17bef92d4992e27500)
1 #include "crypto_shorthash_siphash24.h"
2 
3 size_t
crypto_shorthash_siphashx24_bytes(void)4 crypto_shorthash_siphashx24_bytes(void) {
5     return crypto_shorthash_siphashx24_BYTES;
6 }
7 
8 size_t
crypto_shorthash_siphashx24_keybytes(void)9 crypto_shorthash_siphashx24_keybytes(void) {
10     return crypto_shorthash_siphashx24_KEYBYTES;
11 }
12