From b8e748fb1ed75edab53acdfd9ddb85b6060c83cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 24 Nov 2008 20:52:41 +0100 Subject: [PATCH] Whitespace fix. Rev: nettle/yarrow256.c:1.6 --- yarrow256.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yarrow256.c b/yarrow256.c index 0a5f8a09..7645a720 100644 --- a/yarrow256.c +++ b/yarrow256.c @@ -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 */ -- GitLab