1 USING: help.markup help.syntax ;
5 { $class-description "MD5 checksum algorithm." } ;
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" } ")."
11 ABOUT: "checksums.md5"