Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
7c323c97
Commit
7c323c97
authored
Oct 08, 2001
by
Niels Möller
Browse files
* yarrow.h (struct yarrow256_ctx): Deleted buffer, index and
block_count. Rev: src/nettle/yarrow.h:1.4
parent
34abb920
Changes
1
Hide whitespace changes
Inline
Side-by-side
yarrow.h
View file @
7c323c97
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment