]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* yarrow.h (struct yarrow256_ctx): Deleted buffer, index and
authorNiels Möller <nisse@lysator.liu.se>
Mon, 8 Oct 2001 20:37:40 +0000 (22:37 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 8 Oct 2001 20:37:40 +0000 (22:37 +0200)
block_count.

Rev: src/nettle/yarrow.h:1.4

yarrow.h

index 5dbb3be8e68d5b01e23156903f922710a5c763f1..464f9947740d400175f5b4e79707c4d887683d18 100644 (file)
--- a/yarrow.h
+++ b/yarrow.h
@@ -82,12 +82,6 @@ struct yarrow256_ctx
   struct aes_ctx key;
   uint8_t counter[AES_BLOCK_SIZE];
 
-  uint8_t buffer[AES_BLOCK_SIZE];
-  unsigned index;
-
-  /* Number of block generated with the current key */
-  unsigned block_count;
-
   /* The entropy sources */
   unsigned nsources;
   struct yarrow_source *sources;