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

Whitespace fix.

Rev: nettle/yarrow256.c:1.6
parent ec881c84
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ yarrow_generate_block(struct yarrow256_ctx *ctx, ...@@ -117,7 +117,7 @@ yarrow_generate_block(struct yarrow256_ctx *ctx,
uint8_t *block) uint8_t *block)
{ {
unsigned i; unsigned i;
aes_encrypt(&ctx->key, sizeof(ctx->counter), block, ctx->counter); aes_encrypt(&ctx->key, sizeof(ctx->counter), block, ctx->counter);
/* Increment counter, treating it as a big-endian number. This is /* Increment counter, treating it as a big-endian number. This is
...@@ -213,7 +213,6 @@ yarrow256_slow_reseed(struct yarrow256_ctx *ctx) ...@@ -213,7 +213,6 @@ yarrow256_slow_reseed(struct yarrow256_ctx *ctx)
#endif #endif
/* Get digest of the slow pool*/ /* Get digest of the slow pool*/
sha256_digest(&ctx->pools[YARROW_SLOW], sizeof(digest), digest); sha256_digest(&ctx->pools[YARROW_SLOW], sizeof(digest), digest);
/* Feed it into the fast pool */ /* Feed it into the fast pool */
......
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