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, 2 insertions, 0 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index c1d82abae..a5b97148b 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -290,6 +290,8 @@ GNUNET_CRYPTO_hash_from_string2 (const char *enc, size_t enclen,
290 290
291 291
292/** 292/**
293 * @ingroup hash
294 *
293 * Compute the distance between 2 hashcodes. The computation must be 295 * Compute the distance between 2 hashcodes. The computation must be
294 * fast, not involve bits[0] or bits[4] (they're used elsewhere), and be 296 * fast, not involve bits[0] or bits[4] (they're used elsewhere), and be
295 * somewhat consistent. And of course, the result should be a positive 297 * somewhat consistent. And of course, the result should be a positive