siphash.h File Reference

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)
 

Detailed Description

Contains the SipHash reference C implementation.

Function Documentation

◆ siphash()

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().