aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
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 dce449ff0..572586b34 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -264,7 +264,7 @@ getValue__ (unsigned char a)
264 * Convert binary data to ASCII encoding. The ASCII encoding is rather 264 * Convert binary data to ASCII encoding. The ASCII encoding is rather
265 * GNUnet specific. It was chosen such that it only uses characters 265 * GNUnet specific. It was chosen such that it only uses characters
266 * in [0-9A-V], can be produced without complex arithmetics and uses a 266 * in [0-9A-V], can be produced without complex arithmetics and uses a
267 * small number of characters. The GNUnet encoding uses 103 characters. 267 * small number of characters.
268 * Does not append 0-terminator, but returns a pointer to the place where 268 * Does not append 0-terminator, but returns a pointer to the place where
269 * it should be placed, if needed. 269 * it should be placed, if needed.
270 * 270 *