Handbook
Glossary
init-crc32 ( input checksum -- x y input )
Vocabulary
checksums
.
crc32
Inputs
input
an
object
checksum
an
object
Outputs
x
an
object
y
an
object
input
an
object
Definition
USING:
kernel
;
IN:
checksums.crc32
:
init-crc32
( input checksum -- x y input )
drop
[
4294967295
dup
]
dip
;
inline