module CityHash

Extended Modules

Defined in:

crystal-cityhash.cr

Constant Summary

VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def hash128(bytes : Bytes, swap : Bool = false) #

[View source]
def hash128(str : String, swap : Bool = false) #

[View source]
def hash32(bytes : Bytes) #

[View source]
def hash32(str : String) #

[View source]
def hash64(bytes : Bytes) #

[View source]
def hash64(str : String) #

[View source]