aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2011-02-09 21:01:47 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2011-02-09 21:01:47 +0000
commit3a39cd4cd22e345733ba225e7a4c0b6eecdad7df (patch)
tree4a45a2a7a244b97226c20f365b4fbaa9ae700143 /src/util
parent6af999a2a318a4c3848ef881ab8d5ad9681cf677 (diff)
downloadgnunet-3a39cd4cd22e345733ba225e7a4c0b6eecdad7df.tar.gz
gnunet-3a39cd4cd22e345733ba225e7a4c0b6eecdad7df.zip
Fix inaccurate comment.
Diffstat (limited to 'src/util')
-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 0cbc4289c..88c7ddd19 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -252,7 +252,7 @@ getValue__ (unsigned char a)
252 * Convert GNUNET_CRYPTO_hash to ASCII encoding. The ASCII encoding is rather 252 * Convert GNUNET_CRYPTO_hash to ASCII encoding. The ASCII encoding is rather
253 * GNUnet specific. It was chosen such that it only uses characters 253 * GNUnet specific. It was chosen such that it only uses characters
254 * in [0-9A-V], can be produced without complex arithmetics and uses a 254 * in [0-9A-V], can be produced without complex arithmetics and uses a
255 * small number of characters. The GNUnet encoding uses 102 255 * small number of characters. The GNUnet encoding uses 103
256 * characters plus a null terminator. 256 * characters plus a null terminator.
257 * 257 *
258 * @param block the hash code 258 * @param block the hash code