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

(yarrow256_needed_sources): New function.

(yarrow256_is_seeded): New function.

Rev: src/nettle/yarrow.h:1.8
parent 7d84f8b1
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,10 @@ void
yarrow256_random(struct yarrow256_ctx *ctx, unsigned length, uint8_t *dst);
int
yarrow256_seeded(struct yarrow256_ctx *ctx);
yarrow256_is_seeded(struct yarrow256_ctx *ctx);
unsigned
yarrow256_needed_sources(struct yarrow256_ctx *ctx);
/* Key event estimator */
#define YARROW_KEY_EVENT_BUFFER 16
......
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