blob: 4a85721c4b983a958267bd864f5c76ccb44e423c (
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;
}
|