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
Wim Lewis
nettle
Commits
7ae4240d
Commit
7ae4240d
authored
Oct 08, 2001
by
Niels Möller
Browse files
Added some FIXME:s.
Rev: src/nettle/yarrow256.c:1.3
parent
45496870
Changes
1
Hide whitespace changes
Inline
Side-by-side
yarrow256.c
View file @
7ae4240d
...
...
@@ -79,6 +79,7 @@ yarrow_fast_reseed(struct yarrow256_ctx *ctx)
unsigned
i
;
/* FIXME: Mixin the current key! */
sha256_final
(
&
ctx
->
pools
[
YARROW_FAST
]);
sha256_digest
(
&
ctx
->
pools
[
YARROW_FAST
],
sizeof
(
digest
),
digest
);
sha256_init
(
&
ctx
->
pools
[
YARROW_FAST
]);
...
...
@@ -214,6 +215,8 @@ yarrow_generate_block(struct yarrow256_ctx *ctx,
}
}
/* FIXME: According to Niels Ferguson, it's better to gate after each
* request for random data. */
static
void
yarrow_generate_block_with_gate
(
struct
yarrow256_ctx
*
ctx
,
uint8_t
*
block
)
...
...
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