Ejemplo n.º 1
0
 def fnv1a_beansdb(d):
     return get_hash_beansdb(d) & 0xffffffff
Ejemplo n.º 2
0
def get_hash(data):
    _hash = fnv1a.get_hash_beansdb(data)
    _hash = _hash & 0xffffffff
    return _hash
Ejemplo n.º 3
0
 def fnv1a_beansdb(d):
     return get_hash_beansdb(d) & 0xffffffff