aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 10:52:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 10:52:29 +0000
commitc23890cf4401a84ff2fbcbcfafc9312e10e5fdac (patch)
tree4e472f6431a4df22bb5959e7b96d619578360f10 /src/include/gnunet_crypto_lib.h
parent6b8879d34c25decb07fab5ce2cc4a694726db0e2 (diff)
downloadgnunet-c23890cf4401a84ff2fbcbcfafc9312e10e5fdac.tar.gz
gnunet-c23890cf4401a84ff2fbcbcfafc9312e10e5fdac.zip
-improving gnunet-identity command line options and man pages
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