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
f5987616
Commit
f5987616
authored
Apr 18, 2013
by
Niels Möller
Browse files
Comment fix.
parent
fa4f422b
Changes
1
Hide whitespace changes
Inline
Side-by-side
umac.h
View file @
f5987616
...
...
@@ -88,8 +88,8 @@ extern "C" {
/* Buffering */
#define _UMAC_BUFFER \
/* Complete blocks processed */
\
unsigned index; \
/* Complete blocks processed */
\
uint64_t count; \
uint8_t block[UMAC_BLOCK_SIZE]
...
...
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