def fnv1a_beansdb(d): return get_hash_beansdb(d) & 0xffffffff
def get_hash(data): _hash = fnv1a.get_hash_beansdb(data) _hash = _hash & 0xffffffff return _hash