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