]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(yarrow256_needed_sources): New function.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 14 Nov 2001 16:23:35 +0000 (17:23 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 14 Nov 2001 16:23:35 +0000 (17:23 +0100)
(yarrow256_is_seeded): New function.

Rev: src/nettle/yarrow.h:1.8

yarrow.h

index f78cc1ba5f8db1a01b2810dbe6cc3e453e05fabe..687cdcd8404ef8be63ffc542b32809883e7b1581 100644 (file)
--- 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