blob: 2d487dbb6fa401659cc33a4ef40d230d7f9e6dfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "crypto_shorthash_siphash24.h"
size_t
crypto_shorthash_siphashx24_bytes(void) {
return crypto_shorthash_siphashx24_BYTES;
}
size_t
crypto_shorthash_siphashx24_keybytes(void) {
return crypto_shorthash_siphashx24_KEYBYTES;
}
|