Xxhash::Hash32
Inherits Reference / Object
Constructors
new(seed : LibC::UInt = 0)
SourceClass methods
hash(slice : Bytes, seed : LibC::UInt = 0) : LibC::UInt
Sourcehash(text : String, seed : LibC::UInt = 0) : LibC::UInt
Sourceopen(seed : LibC::UInt = 0, &)
SourceInstance methods
close
Sourcedigest
Sourcereset(seed : LibC::UInt = 0)
Sourceupdate(slice : Bytes)
Source