]> gitweb.factorcode.org Git - factor.git/commitdiff
checksums.ripemd-docs: fix some typos.
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 19 Jul 2017 08:40:12 +0000 (11:40 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 29 Jul 2017 15:54:53 +0000 (08:54 -0700)
basis/checksums/ripemd/ripemd-docs.factor

index 072cbb92b9053aa2cb1bbfaf5b6b1995d2e60cc1..376458d4f187ac952e72bf23edddd93b598f9355 100644 (file)
@@ -5,7 +5,7 @@ HELP: ripemd-160
 { $class-description "RIPEMD-160 checksum algorithm." } ;
 
 ARTICLE: "checksums.ripemd" "RIPEMD checksum"
-"The RIPEMD checksum algorithm family implements one-way hash functions. RIPEMD-160 is believed to be secure and patent free. Unlike the SHA-1 and SHA-2 family of hash functions, it was not designed in america by the NSA. Instead, RIPEMD-160 was designed in the open academic community in europe by the RIPE consortium. Although it may have been less scrutinized than SHA-1 and SHA-2, it is relied on in widely used standards such as openPGP or Bitcoin."
+"The RIPEMD checksum algorithm family implements one-way hash functions. RIPEMD-160 is believed to be secure and patent-free. Unlike the SHA-1 and SHA-2 family of hash functions, it was not designed in USA by the NSA. Instead, RIPEMD-160 was designed in the open academic community in Europe by the RIPE consortium. Although it may have been less scrutinized than SHA-1 and SHA-2, it is relied on in widely used standards such as OpenPGP or Bitcoin."
 { $subsections ripemd-160 } ;
 
 ABOUT: "checksums.ripemd"