12 lines
317 B
Factor
12 lines
317 B
Factor
USING: help.markup help.syntax math ;
|
|
IN: checksums.crc32
|
|
|
|
HELP: crc32
|
|
{ $class-description "The CRC32 checksum algorithm." } ;
|
|
|
|
ARTICLE: "checksums.crc32" "CRC32 checksum"
|
|
"The CRC32 checksum algorithm provides a quick but unreliable way to detect changes in data."
|
|
{ $subsection crc32 } ;
|
|
|
|
ABOUT: "checksums.crc32"
|