summaryrefslogtreecommitdiff
path: root/yarrow.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-10-08 22:37:40 +0200
committerNiels Möller <nisse@lysator.liu.se>2001-10-08 22:37:40 +0200
commit7c323c971c8baf98d362e8582b832536d4717339 (patch)
tree38c4cbda53667e840c69f8c05f7a1cddf9c1ce1c /yarrow.h
parent34abb9209e4781f9c273284b1d81c5279163e93c (diff)
downloadnettle-7c323c971c8baf98d362e8582b832536d4717339.tar.gz
* yarrow.h (struct yarrow256_ctx): Deleted buffer, index and
block_count. Rev: src/nettle/yarrow.h:1.4
Diffstat (limited to 'yarrow.h')
-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;