Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
a64cc891
Commit
a64cc891
authored
Aug 29, 2011
by
Niels Möller
Browse files
(struct sha1_ctx): Renamed attribute digest to state.
Rev: nettle/sha.h:1.7
parent
a71ad6f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sha.h
View file @
a64cc891
...
...
@@ -57,7 +57,7 @@ extern "C" {
struct
sha1_ctx
{
uint32_t
digest
[
_SHA1_DIGEST_LENGTH
];
/*
Message dig
es
t
*/
uint32_t
state
[
_SHA1_DIGEST_LENGTH
];
/*
State variabl
es */
uint32_t
count_low
,
count_high
;
/* 64-bit block count */
uint8_t
block
[
SHA1_DATA_SIZE
];
/* SHA1 data buffer */
unsigned
int
index
;
/* index into buffer */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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