Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
06783b39
Commit
06783b39
authored
Sep 28, 2002
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
06783b39
...
...
@@ -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
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment