summaryrefslogtreecommitdiff
path: root/yarrow.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-11-14 17:23:35 +0100
committerNiels Möller <nisse@lysator.liu.se>2001-11-14 17:23:35 +0100
commit277b1ddf17a2b8a83a11b899306b76697873aede (patch)
treeb19b6e0aee7c032f64447aac52cc6afb2f1fc5e9 /yarrow.h
parent7d84f8b1da3ce8c596a8dee4fae48d2385c12b89 (diff)
downloadnettle-277b1ddf17a2b8a83a11b899306b76697873aede.tar.gz
(yarrow256_needed_sources): New function.
(yarrow256_is_seeded): New function. Rev: src/nettle/yarrow.h:1.8
Diffstat (limited to 'yarrow.h')
-rw-r--r--yarrow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/yarrow.h b/yarrow.h
index f78cc1ba..687cdcd8 100644
--- a/yarrow.h
+++ b/yarrow.h
@@ -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