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 6438784ba..c253bbf2f 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -340,7 +340,7 @@ GNUNET_CRYPTO_hash_from_string (const char *enc, GNUNET_HashCode * result)
340 * fast, not involve bits[0] or bits[4] (they're used elsewhere), and be 340 * fast, not involve bits[0] or bits[4] (they're used elsewhere), and be
341 * somewhat consistent. And of course, the result should be a positive 341 * somewhat consistent. And of course, the result should be a positive
342 * number. 342 * number.
343 * 343 *
344 * @param a some hash code 344 * @param a some hash code
345 * @param b some hash code 345 * @param b some hash code
346 * @return a positive number which is a measure for 346 * @return a positive number which is a measure for