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
8cb0fdef
Commit
8cb0fdef
authored
Aug 29, 2011
by
Niels Möller
Browse files
(struct ripemd160_ctx): Use a 64-bit block count. Renamed digest to
state. Rev: nettle/ripemd160.h:1.2
parent
02cf36be
Changes
1
Hide whitespace changes
Inline
Side-by-side
ripemd160.h
View file @
8cb0fdef
...
...
@@ -47,8 +47,8 @@ extern "C" {
struct
ripemd160_ctx
{
uint32_t
digest
[
_RIPEMD160_DIGEST_LENGTH
];
uint32_t
nblocks
;
uint32_t
state
[
_RIPEMD160_DIGEST_LENGTH
];
uint32_t
count_low
,
count_high
;
/* 64-bit block count */
uint8_t
block
[
RIPEMD160_DATA_SIZE
];
unsigned
int
index
;
};
...
...
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