diff options
author | amatus <amatus@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-02-09 21:01:47 +0000 |
---|---|---|
committer | amatus <amatus@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-02-09 21:01:47 +0000 |
commit | b8f306ada351ad8beca519e6011179e1b2bdb6ec (patch) | |
tree | 4a45a2a7a244b97226c20f365b4fbaa9ae700143 /src/util/crypto_hash.c | |
parent | a756df256818fb1f514d212e558d74eda5135cee (diff) |
Fix inaccurate comment.
git-svn-id: https://gnunet.org/svn/gnunet@14383 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/crypto_hash.c')
-rw-r--r-- | src/util/crypto_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c index 0cbc4289c2..88c7ddd19a 100644 --- a/src/util/crypto_hash.c +++ b/src/util/crypto_hash.c @@ -252,7 +252,7 @@ getValue__ (unsigned char a) * Convert GNUNET_CRYPTO_hash 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 102 + * small number of characters. The GNUnet encoding uses 103 * characters plus a null terminator. * * @param block the hash code |