summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-01-20 16:58:20 +0000
committerWerner Koch <wk@gnupg.org>2003-01-20 16:58:20 +0000
commitefc0a843677ac2a68b10d81483096b6cdfa7fad7 (patch)
tree3fc63561293bca2eed505bdf621e784bcb87c88c /doc
parent31caedad38e64bd5e2ba6665ca73bd9c8ec9b505 (diff)
downloadlibgcrypt-efc0a843677ac2a68b10d81483096b6cdfa7fad7.tar.gz
* basic.c (check_one_md): Kludge to check a one million "a".
(check_digests): Add checks for SHA-256. * sha256.c: New. * bithelp.h (ror): New. * Makfile.am: Add sha256.c. * md.c (oid_table): Add values for SHA256 et al. (gcry_md_get_algo_dlen): Likewise * configure.ac (LIBGCRYPT_LT_REVISION): Bumbed up.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index e141555d..24049d2c 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -645,8 +645,8 @@ bit. It yields a message digest of 20 bytes. Note that there is no
implementation yet available.
@item GCRY_MD_SHA256
-This is reserved for SHA-2 with 256 bits. It yields a message digest of
-32 bytes. Note that there is no implementation yet available.
+This is the SHA-256 algorithm which yields a message digest of 32 bytes.
+See FIPS 180-2 for the specification.
@item GCRY_MD_SHA384
This is reserved for SHA-2 with 384 bits. It yields a message digest of