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
Dmitry Baryshkov
nettle
Commits
b8e748fb
Commit
b8e748fb
authored
Nov 24, 2008
by
Niels Möller
Browse files
Whitespace fix.
Rev: nettle/yarrow256.c:1.6
parent
ec881c84
Changes
1
Hide whitespace changes
Inline
Side-by-side
yarrow256.c
View file @
b8e748fb
...
...
@@ -117,7 +117,7 @@ yarrow_generate_block(struct yarrow256_ctx *ctx,
uint8_t
*
block
)
{
unsigned
i
;
aes_encrypt
(
&
ctx
->
key
,
sizeof
(
ctx
->
counter
),
block
,
ctx
->
counter
);
/* Increment counter, treating it as a big-endian number. This is
...
...
@@ -213,7 +213,6 @@ yarrow256_slow_reseed(struct yarrow256_ctx *ctx)
#endif
/* Get digest of the slow pool*/
sha256_digest
(
&
ctx
->
pools
[
YARROW_SLOW
],
sizeof
(
digest
),
digest
);
/* Feed it into the fast pool */
...
...
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