aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 707108289..4dab71f7f 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -256,7 +256,12 @@ struct GNUNET_ShortHashCode
256 256
257 257
258/** 258/**
259 * A UUID, a 128 bit random value. 259 * A UUID, a 128 bit "random" value. We OFTEN use
260 * timeflakes (see: https://github.com/anthonynsimon/timeflake),
261 * where only 80 bits are random and the rest encodes
262 * a timestamp to improve database access.
263 *
264 * See #GNUNET_CRYPTO_random_timeflake().
260 */ 265 */
261struct GNUNET_Uuid 266struct GNUNET_Uuid
262{ 267{