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
Nettle
nettle
Commits
277b1ddf
Commit
277b1ddf
authored
Nov 14, 2001
by
Niels Möller
Browse files
(yarrow256_needed_sources): New function.
(yarrow256_is_seeded): New function. Rev: src/nettle/yarrow.h:1.8
parent
7d84f8b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
yarrow.h
View file @
277b1ddf
...
...
@@ -82,8 +82,10 @@ void
yarrow256_random
(
struct
yarrow256_ctx
*
ctx
,
unsigned
length
,
uint8_t
*
dst
);
int
yarrow256_seeded
(
struct
yarrow256_ctx
*
ctx
);
yarrow256_
is_
seeded
(
struct
yarrow256_ctx
*
ctx
);
unsigned
yarrow256_needed_sources
(
struct
yarrow256_ctx
*
ctx
);
/* Key event estimator */
#define YARROW_KEY_EVENT_BUFFER 16
...
...
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