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
be330389
Commit
be330389
authored
Nov 02, 2001
by
Niels Möller
Browse files
(yarrow256_init): Fixed order of code and
declarations. Rev: src/nettle/yarrow256.c:1.10
parent
69da17ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
yarrow256.c
View file @
be330389
...
...
@@ -65,9 +65,10 @@ yarrow256_init(struct yarrow256_ctx *ctx,
unsigned
n
,
struct
yarrow_source
*
s
)
{
unsigned
i
;
sha256_init
(
&
ctx
->
pools
[
0
]);
sha256_init
(
&
ctx
->
pools
[
1
]);
unsigned
i
;
ctx
->
seeded
=
0
;
...
...
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