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
02cf36be
Commit
02cf36be
authored
Aug 29, 2011
by
Niels Möller
Browse files
(struct md5_ctx): Renamed some fields, for consistency.
Rev: nettle/md5.h:1.2
parent
f773cbd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
md5.h
View file @
02cf36be
...
...
@@ -45,8 +45,8 @@ extern "C" {
struct
md5_ctx
{
uint32_t
digest
[
_MD5_DIGEST_LENGTH
];
uint32_t
count_l
,
count_h
;
/* Block count */
uint32_t
state
[
_MD5_DIGEST_LENGTH
];
uint32_t
count_l
ow
,
count_h
igh
;
/* Block count */
uint8_t
block
[
MD5_DATA_SIZE
];
/* Block buffer */
unsigned
index
;
/* Into buffer */
};
...
...
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