1 USING: help.markup help.syntax ;
5 { $class-description "SHA-224 checksum algorithm." } ;
8 { $class-description "SHA-256 checksum algorithm." } ;
10 ARTICLE: "checksums.sha" "SHA-2 checksum"
11 "The SHA family of checksum algorithms are one-way hashes useful for checksumming data. SHA-1 is considered insecure, while SHA-2 is generally considered to be pretty strong." $nl
18 { $subsections sha1 } ;
20 ABOUT: "checksums.sha"