summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-02-28 22:09:35 +0100
committerWerner Koch <wk@gnupg.org>2020-03-03 13:50:14 +0100
commit8ce47c1f6ef6d9b453466b11f27b33764076f0f3 (patch)
tree7357afd141412647aafb13f85846a0b4d46b7d91
parent9b8ac13761f0407bd701e43b0a65fbada204958f (diff)
downloadlibgcrypt-8ce47c1f6ef6d9b453466b11f27b33764076f0f3.tar.gz
doc: Fix description of hash algorithms
--
-rw-r--r--doc/gcrypt.texi4
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