aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-28 22:28:01 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-28 22:28:01 +0100
commita2169368bbd92b77636e39b5cfe864a1236b083b (patch)
tree65da98ffc353e87a75e7e65877f3a04c897b18b4 /src/include/gnunet_common.h
parent2741db1300fddb17e39373fb9d649b7022ed81d3 (diff)
downloadgnunet-a2169368bbd92b77636e39b5cfe864a1236b083b.tar.gz
gnunet-a2169368bbd92b77636e39b5cfe864a1236b083b.zip
implement #6716
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{