summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarrow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/yarrow.h b/yarrow.h
index 5dbb3be8..464f9947 100644
--- 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;