siphash.h

All headers

SipHash is a fast, secure PRF that is often used for hash tables.

  1. SIPHASH_24

SIPHASH_24 implements SipHash-2-4. See https://131002.net/siphash/siphash.pdf

OPENSSL_EXPORT uint64_t SIPHASH_24(const uint64_t key[2], const uint8_t *input,
                                   size_t input_len);