12 lines
336 B
Factor
Executable File
12 lines
336 B
Factor
Executable File
USING: help.markup help.syntax ;
|
|
IN: checksums.adler-32
|
|
|
|
HELP: adler-32
|
|
{ $class-description "Adler-32 checksum algorithm." } ;
|
|
|
|
ARTICLE: "checksums.adler-32" "Adler-32 checksum"
|
|
"The Adler-32 checksum algorithm implements simple and fast checksum. It is used in zlib and rsync."
|
|
{ $subsection adler-32 } ;
|
|
|
|
ABOUT: "checksums.adler-32"
|