summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-09-07 10:06:46 +0200
committerWerner Koch <wk@gnupg.org>2013-09-18 14:59:02 +0200
commitfd84b63ddd825431f557c002608a6c8d1bcc54c8 (patch)
treeda4bdb35fdf35d6dba0e7415019ed16299c4142e /doc
parentbd33fa21c9afc6c81e0da24016fc13001e9c7390 (diff)
downloadlibgcrypt-fd84b63ddd825431f557c002608a6c8d1bcc54c8.tar.gz
Rename the GOST algorithm identifiers.
-- Dots and dashes in the names are probably not a good idea. I also renamed the identifiers to names which are easier to remember. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-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