#include /* * Simple hash function djb2, as in Daniel J. Berenstein. */ uint64_t djb2(const char *str);