aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-05-04 15:50:30 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-05-04 15:50:36 +0200
commitcd8d83a631c92086a606fad0952219333afc3272 (patch)
treef40428b2c3540a45841b5208ccd4028616f11425
parentd5669e84fad7467da6f2df207bda15f3cd227b59 (diff)
downloadgnunet-cd8d83a631c92086a606fad0952219333afc3272.tar.gz
gnunet-cd8d83a631c92086a606fad0952219333afc3272.zip
-dox
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 8d400118a..a9e1a3212 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -663,7 +663,7 @@ GNUNET_CRYPTO_zero_keys (void *buffer, size_t length);
663 * Fill block with a random values. 663 * Fill block with a random values.
664 * 664 *
665 * @param mode desired quality of the random number 665 * @param mode desired quality of the random number
666 * @param buffer the buffer to fill 666 * @param[out] buffer the buffer to fill
667 * @param length buffer length 667 * @param length buffer length
668 */ 668 */
669void 669void
@@ -680,7 +680,7 @@ GNUNET_CRYPTO_random_block (enum GNUNET_CRYPTO_Quality mode,
680 * here is not a completely random number. 680 * here is not a completely random number.
681 * 681 *
682 * @param mode desired quality of the random number 682 * @param mode desired quality of the random number
683 * @param uuid the value to fill 683 * @param[out] uuid the value to fill
684 */ 684 */
685void 685void
686GNUNET_CRYPTO_random_timeflake (enum GNUNET_CRYPTO_Quality mode, 686GNUNET_CRYPTO_random_timeflake (enum GNUNET_CRYPTO_Quality mode,