aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_hash.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-03-04 14:07:23 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-03-04 14:07:23 +0000
commit16db74d1815002150b791b4d41ec75b0a58e326a (patch)
tree8e39b151eb710c1b7adcef75e47942f335565a44 /src/util/crypto_hash.c
parente08debd64dd091676b2d242003bf67d77a28d0d0 (diff)
-adding conversion of public key to string and back
git-svn-id: https://gnunet.org/svn/gnunet@20233 140774ce-b5e7-0310-ab8b-a85725594a96
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 dce449ff03..572586b340 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -264,7 +264,7 @@ getValue__ (unsigned char a)
* Convert binary data to ASCII encoding. The ASCII encoding is rather
* GNUnet specific. It was chosen such that it only uses characters
* in [0-9A-V], can be produced without complex arithmetics and uses a
- * small number of characters. The GNUnet encoding uses 103 characters.
+ * small number of characters.
* Does not append 0-terminator, but returns a pointer to the place where
* it should be placed, if needed.
*