Handbook
Glossary
avalanche ( hash -- hash' )
Vocabulary
checksums
.
murmur
.
private
Inputs
hash
an
object
Outputs
hash'
an
object
Definition
USING:
kernel
math
math.bitwise
;
IN:
checksums.murmur.private
:
avalanche
( hash -- hash' )
[
-16
shift
]
[
bitxor
2246822507
w*
]
bi
[
-13
shift
]
[
bitxor
3266489909
w*
]
bi
[
-16
shift
]
[
bitxor
]
bi
;
inline