diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-05-04 15:50:30 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-05-04 15:50:36 +0200 |
commit | cd8d83a631c92086a606fad0952219333afc3272 (patch) | |
tree | f40428b2c3540a45841b5208ccd4028616f11425 | |
parent | d5669e84fad7467da6f2df207bda15f3cd227b59 (diff) |
-dox
-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, |