diff options
author | Niels Möller <nisse@lysator.liu.se> | 2001-10-08 22:37:40 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2001-10-08 22:37:40 +0200 |
commit | 7c323c971c8baf98d362e8582b832536d4717339 (patch) | |
tree | 38c4cbda53667e840c69f8c05f7a1cddf9c1ce1c /yarrow.h | |
parent | 34abb9209e4781f9c273284b1d81c5279163e93c (diff) | |
download | nettle-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.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |