Contains the SipHash reference C implementation. More...
Functions | |
int | siphash (const uint8_t *in, const size_t inlen, const uint8_t *k, uint8_t *out, const size_t outlen) |
Contains the SipHash reference C implementation.
int siphash | ( | const uint8_t * | in, |
const size_t | inlen, | ||
const uint8_t * | k, | ||
uint8_t * | out, | ||
const size_t | outlen | ||
) |
EDIT The following assert moved here from the top for C90 compliance.
EDIT annotate case statement fallthrough for gcc
EDIT annotate case statement fallthrough for gcc
EDIT annotate case statement fallthrough for gcc
EDIT annotate case statement fallthrough for gcc
EDIT annotate case statement fallthrough for gcc
EDIT annotate case statement fallthrough for gcc
Referenced by edns_cookie_server_hash().