class

Xxhash::Hash32

Inherits Reference / Object

Constructors

new(seed : LibC::UInt = 0)
Source

Class methods

hash(slice : Bytes, seed : LibC::UInt = 0) : LibC::UInt
Source
hash(text : String, seed : LibC::UInt = 0) : LibC::UInt
Source
open(seed : LibC::UInt = 0, &)
Source

Instance methods

close
Source
digest
Source
reset(seed : LibC::UInt = 0)
Source
update(slice : Bytes)
Source