summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24_api.c
blob: e2cea7761ec633726d45f8c029bf44b590e73b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "crypto_shorthash_siphash24.h"

size_t
crypto_shorthash_siphash24_bytes(void) {
    return crypto_shorthash_siphash24_BYTES;
}

size_t
crypto_shorthash_siphash24_keybytes(void) {
    return crypto_shorthash_siphash24_KEYBYTES;
}