diff options
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r-- | src/include/gnunet_crypto_lib.h | 4 |
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); * Fill block with a random values. * * @param mode desired quality of the random number - * @param buffer the buffer to fill + * @param[out] buffer the buffer to fill * @param length buffer length */ void @@ -680,7 +680,7 @@ GNUNET_CRYPTO_random_block (enum GNUNET_CRYPTO_Quality mode, * here is not a completely random number. * * @param mode desired quality of the random number - * @param uuid the value to fill + * @param[out] uuid the value to fill */ void GNUNET_CRYPTO_random_timeflake (enum GNUNET_CRYPTO_Quality mode, |