1 USING: help.markup help.syntax ;
5 { $class-description "SHA1 checksum algorithm." } ;
7 ARTICLE: "checksums.sha1" "SHA1 checksum"
8 "The SHA1 checksum algorithm implements a one-way hash function. It is generally considered to be stronger than MD5, however there is a known algorithm for finding collisions more effectively than a brute-force search (" { $url "http://www.schneier.com/blog/archives/2005/02/sha1_broken.html" } ")."
11 ABOUT: "checksums.sha1"