]> gitweb.factorcode.org Git - factor.git/blob - extra/checksums/sha2/sha2-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / checksums / sha2 / sha2-docs.factor
1 USING: help.markup help.syntax ;
2 IN: checksums.sha2
3
4 HELP: sha-256
5 { $class-description "SHA-256 checksum algorithm." } ;
6
7 ARTICLE: "checksums.sha2" "SHA2 checksum"
8 "The SHA2 checksum algorithm implements a one-way hash function. It is generally considered to be pretty strong."
9 { $subsection sha-256 } ;
10
11 ABOUT: "checksums.sha2"