2008-04-30 17:11:55 -04:00
|
|
|
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."
|
2009-10-01 15:56:36 -04:00
|
|
|
{ $subsections crc32 } ;
|
2008-04-30 17:11:55 -04:00
|
|
|
|
|
|
|
ABOUT: "checksums.crc32"
|