hashes.h

Hash function API.

uint32_t djb2_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t sdbm_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t kr_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t sax_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t dek_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t fnv_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t rotating_hash(const uint8_t * buf, msp430_types.h::size_t len)
uint32_t one_at_a_time_hash(const uint8_t * buf, msp430_types.h::size_t len)