summaryrefslogtreecommitdiff
path: root/doc/gcrypt.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gcrypt.texi')
-rw-r--r--doc/gcrypt.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 7b95b49e..fd7680e2 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -2965,16 +2965,16 @@ This is the Whirlpool algorithm which yields a message digest of 64
bytes.
@item GCRY_MD_GOSTR3411_94
-This is the hash algorithm described in GOST R 34.11-94. It yields
+This is the hash algorithm described in GOST R 34.11-94 which yields a
message digest of 32 bytes.
-@item GCRY_MD_GOSTR3411_12_256
+@item GCRY_MD_STRIBOG256
This is the 256-bit version of hash algorithm described in GOST R 34.11-2012
-which yields message digests of 32 bytes.
+which yields a message digest of 32 bytes.
-@item GCRY_MD_GOSTR3411_12_512
+@item GCRY_MD_STRIBOG512
This is the 512-bit version of hash algorithm described in GOST R 34.11-2012
-which yields message digests of 64 bytes.
+which yields a message digest of 64 bytes.
@end table
@c end table of hash algorithms