Code Review
/
trex.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e2cea7761ec633726d45f8c029bf44b590e73b0a
[trex.git]
/
1
#include "crypto_shorthash_siphash24.h"
2
3
size_t
4
crypto_shorthash_siphash24_bytes(void) {
5
return crypto_shorthash_siphash24_BYTES;
6
}
7
8
size_t
9
crypto_shorthash_siphash24_keybytes(void) {
10
return crypto_shorthash_siphash24_KEYBYTES;
11
}