Handbook
Glossary
hash-chunk ( hash k -- hash' )
Vocabulary
checksums
.
murmur
.
private
Inputs
hash
an
object
k
an
object
Outputs
hash'
an
object
Definition
USING:
checksums.murmur
math
math.bitwise
;
IN:
checksums.murmur.private
:
hash-chunk
( hash k -- hash' )
(hash-chunk)
bitxor
r2
bitroll-32
m
w*
n
w+
;
inline