Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
6ac09a15
Commit
6ac09a15
authored
Nov 14, 2001
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(yarrow256_needed_sources): New function.
(yarrow256_is_seeded): New function. Rev: src/nettle/yarrow.h:1.8
parent
eff4afbb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nettle/yarrow.h
+3
-1
3 additions, 1 deletion
src/nettle/yarrow.h
with
3 additions
and
1 deletion
src/nettle/yarrow.h
+
3
−
1
View file @
6ac09a15
...
@@ -82,8 +82,10 @@ void
...
@@ -82,8 +82,10 @@ void
yarrow256_random
(
struct
yarrow256_ctx
*
ctx
,
unsigned
length
,
uint8_t
*
dst
);
yarrow256_random
(
struct
yarrow256_ctx
*
ctx
,
unsigned
length
,
uint8_t
*
dst
);
int
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 */
/* Key event estimator */
#define YARROW_KEY_EVENT_BUFFER 16
#define YARROW_KEY_EVENT_BUFFER 16
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment