Skip to content
Snippets Groups Projects
Commit b27a3720 authored by Niels Möller's avatar Niels Möller
Browse files

Comment fix.

Rev: nettle/yarrow256.c:1.2
parent 8b494f26
No related branches found
No related tags found
No related merge requests found
...@@ -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 estimater should be done /* FIXME: Calling a more sophisticated estimator could be done
* here. */ * here. */
entropy += source->estimate[current]; entropy += source->estimate[current];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment