aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-04 14:07:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-04 14:07:23 +0000
commitfc646798891d075673e2ad8f2011c1e15160b6c1 (patch)
tree8e39b151eb710c1b7adcef75e47942f335565a44 /src/util/crypto_hash.c
parent6a9425ddc6fa5de32bb97f05b46ab47c01106f80 (diff)
downloadgnunet-fc646798891d075673e2ad8f2011c1e15160b6c1.tar.gz
gnunet-fc646798891d075673e2ad8f2011c1e15160b6c1.zip
-adding conversion of public key to string and back
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 *