aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 502209b0f..033803978 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -427,11 +427,11 @@ GNUNET_CRYPTO_hash_from_string2 (const char *enc, size_t enclen,
427 427
428/** 428/**
429 * @ingroup hash 429 * @ingroup hash
430 * Compute the distance between 2 hashcodes. 430 *
431 * The computation must be fast, not involve 431 * Compute the distance between 2 hashcodes. The
432 * a.a or a.e (they're used elsewhere), and 432 * computation must be fast, not involve a[0] or a[4] (they're used
433 * be somewhat consistent. And of course, the 433 * elsewhere), and be somewhat consistent. And of course, the result
434 * result should be a positive number. 434 * should be a positive number.
435 * 435 *
436 * @param a some hash code 436 * @param a some hash code
437 * @param b some hash code 437 * @param b some hash code