shorthash_siphash24.c 238 B

1234567891011
  1. #include "crypto_shorthash_siphash24.h"
  2. size_t
  3. crypto_shorthash_siphash24_bytes(void) {
  4. return crypto_shorthash_siphash24_BYTES;
  5. }
  6. size_t
  7. crypto_shorthash_siphash24_keybytes(void) {
  8. return crypto_shorthash_siphash24_KEYBYTES;
  9. }