Handbook
Glossary
factorcode.org
finish-crc32 ( x y -- bytes )
Vocabulary
checksums.crc32
Inputs
x
an
object
y
an
object
Outputs
bytes
an
object
Definition
USING:
io.binary
math
;
IN:
checksums.crc32
:
finish-crc32
( x y -- bytes )
bitxor
4
>be
;
inline