]> gitweb.factorcode.org Git - factor.git/blob - basis/checksums/md5/md5-docs.factor
4e475b18a0b557858c4f5f626b6ab77d8ef95f54
[factor.git] / basis / checksums / md5 / md5-docs.factor
1 USING: help.markup help.syntax ;
2 IN: checksums.md5
3
4 HELP: md5
5 { $class-description "MD5 checksum algorithm." } ;
6
7 ARTICLE: "checksums.md5" "MD5 checksum"
8 "The MD5 checksum algorithm implements a one-way hash function. While it is widely used, many weaknesses are known and it should not be used in new applications (" { $url "http://www.schneier.com/blog/archives/2005/03/more_hash_funct.html" } ")."
9 { $subsection md5 } ;
10
11 ABOUT: "checksums.md5"