Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
277b1ddf
Commit
277b1ddf
authored
Nov 14, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
yarrow.h
yarrow.h
+3
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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