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.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,