Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
2178bae2
Commit
2178bae2
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(YARROW_KEY_EVENT_BUFFER): New constant.
Rev: src/nettle/yarrow.h:1.6
parent
bdcc117b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yarrow.h
+5
-3
5 additions, 3 deletions
yarrow.h
with
5 additions
and
3 deletions
yarrow.h
+
5
−
3
View file @
2178bae2
...
...
@@ -57,7 +57,7 @@ struct yarrow160_ctx
void
yarrow160_init
(
struct
yarrow160_ctx
*
ctx
,
int
nsources
,
unsigned
nsources
,
struct
yarrow_source
*
sources
);
void
...
...
@@ -89,7 +89,7 @@ struct yarrow256_ctx
void
yarrow256_init
(
struct
yarrow256_ctx
*
ctx
,
int
nsources
,
unsigned
nsources
,
struct
yarrow_source
*
sources
);
void
...
...
@@ -104,11 +104,13 @@ int
yarrow256_seeded
(
struct
yarrow256_ctx
*
ctx
);
/* Key event estimator */
#define YARROW_KEY_EVENT_BUFFER 16
struct
yarrow_key_event_ctx
{
/* Counter for initial priming of the state */
unsigned
index
;
unsigned
chars
[
16
];
unsigned
chars
[
YARROW_KEY_EVENT_BUFFER
];
unsigned
previous
;
};
...
...
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