Handbook
Glossary
avalanche ( hash -- hash' )
Vocabulary
checksums
.
superfast
.
private
Inputs
hash
an
object
Outputs
hash'
an
object
Definition
USING:
kernel
math
math.bitwise
;
IN:
checksums.superfast.private
:
avalanche
( hash -- hash' )
[
3
shift
]
[
bitxor
]
bi
32
bits
[
-5
shift
]
[
+
]
bi
[
4
shift
]
[
bitxor
]
bi
32
bits
[
-17
shift
]
[
+
]
bi
[
25
shift
]
[
bitxor
]
bi
32
bits
[
-6
shift
]
[
+
]
bi
;
inline