diff options
-rw-r--r-- | doc/gcrypt.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi index 091704de..b2793172 100644 --- a/doc/gcrypt.texi +++ b/doc/gcrypt.texi @@ -3238,7 +3238,7 @@ This is the SHA3-384 algorithm which yields a message digest of 48 bytes. See FIPS 202 for the specification. @item GCRY_MD_SHA3_512 -This is the SHA3-384 algorithm which yields a message digest of 64 bytes. +This is the SHA3-512 algorithm which yields a message digest of 64 bytes. See FIPS 202 for the specification. @item GCRY_MD_SHAKE128 @@ -3719,7 +3719,7 @@ This is HMAC message authentication algorithm based on the SHA-384 hash algorithm. @item GCRY_MAC_HMAC_SHA3_256 -This is HMAC message authentication algorithm based on the SHA3-384 hash +This is HMAC message authentication algorithm based on the SHA3-256 hash algorithm. @item GCRY_MAC_HMAC_SHA3_224 |