aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
commitfe947a9704bed14c2fc74b2f2069596fe884cbad (patch)
tree644efdaa37d692b09f8e279bfe5e8b2ebe81448b /src/util/crypto_hash.c
parenta8b0ab037820f6a9f405be3855ce8d3ebbd4399b (diff)
downloadgnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.tar.gz
gnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.zip
better comments
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r--src/util/crypto_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index c3fb9a84c..60e0ec5a2 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -562,7 +562,7 @@ getValue__ (unsigned char a)
562 * small number of characters. The GNUnet encoding uses 102 562 * small number of characters. The GNUnet encoding uses 102
563 * characters plus a null terminator. 563 * characters plus a null terminator.
564 * 564 *
565 * @param block the GNUNET_CRYPTO_hash code 565 * @param block the hash code
566 * @param result where to store the encoding (struct GNUNET_CRYPTO_HashAsciiEncoded can be 566 * @param result where to store the encoding (struct GNUNET_CRYPTO_HashAsciiEncoded can be
567 * safely cast to char*, a '\\0' termination is set). 567 * safely cast to char*, a '\\0' termination is set).
568 */ 568 */