Skip to content
GitLab
Menu
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
b27a3720
Commit
b27a3720
authored
Aug 03, 2008
by
Niels Möller
Browse files
Comment fix.
Rev: nettle/yarrow256.c:1.2
parent
8b494f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
yarrow256.c
View file @
b27a3720
...
@@ -278,7 +278,7 @@ yarrow256_update(struct yarrow256_ctx *ctx,
...
@@ -278,7 +278,7 @@ yarrow256_update(struct yarrow256_ctx *ctx,
&&
(
entropy
>
YARROW_MULTIPLIER
*
length
)
)
&&
(
entropy
>
YARROW_MULTIPLIER
*
length
)
)
entropy
=
YARROW_MULTIPLIER
*
length
;
entropy
=
YARROW_MULTIPLIER
*
length
;
/* FIXME: Calling a more sophisticated estimat
e
r
sh
ould be done
/* FIXME: Calling a more sophisticated estimat
o
r
c
ould be done
* here. */
* here. */
entropy
+=
source
->
estimate
[
current
];
entropy
+=
source
->
estimate
[
current
];
...
...
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