Embedded Template Library 1.0
|
#include <fnv_1.h>
Public Types | |
typedef uint32_t | value_type |
Public Member Functions | |
uint32_t | initial () const |
uint32_t | add (uint32_t hash, uint8_t value) const |
uint32_t | final (uint32_t hash) const |
Static Public Attributes | |
static ETL_CONSTANT uint32_t | OFFSET_BASIS = 0x811C9DC5UL |
static ETL_CONSTANT uint32_t | PRIME = 0x01000193UL |
fnv_1 policy. Calculates FNV1.