Skip to content
Snippets Groups Projects
Commit 06783b39 authored by Niels Möller's avatar Niels Möller
Browse files

(Randomness): Documented that yarrow256_init can

be called with a zero number of sources.

Rev: src/nettle/nettle.texinfo:1.17
parent 3452ccaf
No related branches found
No related tags found
No related merge requests found
...@@ -1747,7 +1747,9 @@ The size of the Yarrow-256 seed file. ...@@ -1747,7 +1747,9 @@ The size of the Yarrow-256 seed file.
@end defvr @end defvr
@deftypefun void yarrow256_init (struct yarrow256_ctx *@var{ctx}, unsigned @var{nsources}, struct yarrow_source *@var{sources}) @deftypefun void yarrow256_init (struct yarrow256_ctx *@var{ctx}, unsigned @var{nsources}, struct yarrow_source *@var{sources})
Initializes the yarrow context, and its @var{nsources} sources. Initializes the yarrow context, and its @var{nsources} sources. It's
possible to use call it with @var{nsources}=0 and @var{sources}=NULL, if
you don't need the update features.
@end deftypefun @end deftypefun
@deftypefun void yarrow256_seed (struct yarrow256_ctx *@var{ctx}, unsigned @var{length}, uint8_t *@var{seed_file}) @deftypefun void yarrow256_seed (struct yarrow256_ctx *@var{ctx}, unsigned @var{length}, uint8_t *@var{seed_file})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment