class Xxhash::Hash32

Defined in:

xxhash.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(seed : LibC::UInt = 0) #

[View source]

Class Method Detail

def self.hash(slice : Bytes, seed : LibC::UInt = 0) : LibC::UInt #

[View source]
def self.hash(text : String, seed : LibC::UInt = 0) : LibC::UInt #

[View source]
def self.open(seed : LibC::UInt = 0, &) #

[View source]

Instance Method Detail

def close #

[View source]
def digest : LibC::UInt | Nil #

[View source]
def reset(seed : LibC::UInt = 0) #

[View source]
def update(slice : Bytes) #

[View source]