factor/basis/checksums/sha2/sha2-docs.factor

12 lines
330 B
Factor
Raw Normal View History

2008-04-30 17:11:55 -04:00
USING: help.markup help.syntax ;
IN: checksums.sha2
HELP: sha-256
2008-05-11 18:42:48 -04:00
{ $class-description "SHA-256 checksum algorithm." } ;
2008-04-30 17:11:55 -04:00
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"