USING: help.markup help.syntax ; IN: checksums.sha2 HELP: sha-256 { $class-description "SHA-256 checksum algorithm." } ; ARTICLE: "checksums.sha2" "SHA2 checksum" "The SHA2 checksum algorithm implements a one-way hash function. It is generally considered to be pretty strong." { $subsection sha-256 } ; ABOUT: "checksums.sha2"