
dkg at fifthhorseman
Nov 10, 2009, 2:20 PM
Post #1 of 1
(372 views)
Permalink
|
|
gcrypt docs about SHA512 need simple fix
|
|
hey gcrypt folks-- this looks like a copy-paste error: Index: gcrypt.texi =================================================================== --- gcrypt.texi (revision 1406) +++ gcrypt.texi (working copy) @@ -3470,7 +3470,7 @@ See FIPS 180-2 for the specification. @item GCRY_MD_SHA512 -This is the SHA-384 algorithm which yields a message digest of 64 bytes. +This is the SHA-512 algorithm which yields a message digest of 64 bytes. See FIPS 180-2 for the specification. @item GCRY_MD_CRC32 --dkg
|