From: Niels Möller Date: Sat, 28 Sep 2002 13:58:03 +0000 (+0200) Subject: (Randomness): Documented that yarrow256_init can X-Git-Tag: nettle_1.6_release_20021003~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06783b396ec348ca9b28192a90b64167ffb11f5e;p=thirdparty%2Fnettle.git (Randomness): Documented that yarrow256_init can be called with a zero number of sources. Rev: src/nettle/nettle.texinfo:1.17 --- diff --git a/nettle.texinfo b/nettle.texinfo index ef1c22d2..b10b5a23 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -1747,7 +1747,9 @@ The size of the Yarrow-256 seed file. @end defvr @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 @deftypefun void yarrow256_seed (struct yarrow256_ctx *@var{ctx}, unsigned @var{length}, uint8_t *@var{seed_file})