1 /*
2 Copyright (c) by respective owners including Yahoo!, Microsoft, and
3 individual contributors. All rights reserved.  Released under a BSD
4 license as described in the file LICENSE.
5  */
6 #pragma once
7 const uint32_t hash_base = 0;
8 uint32_t uniform_hash( const void *key, size_t length, uint32_t seed);
9