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
Wim Lewis
nettle
Commits
94361563
Commit
94361563
authored
Feb 05, 2011
by
Niels Möller
Browse files
Typo fix.
Rev: nettle/gcm.h:1.3
parent
58742515
Changes
1
Hide whitespace changes
Inline
Side-by-side
gcm.h
View file @
94361563
...
...
@@ -58,7 +58,7 @@ struct gcm_ctx {
/* Hashing subkey */
uint8_t
h
[
GCM_BLOCK_SIZE
];
#if GCM_TABLE_BITS
uint8_t
h
[
1
<<
GCM_TABLE_BITS
][
GCM_BLOCK_SIZE
];
uint8_t
h
_table
[
1
<<
GCM_TABLE_BITS
][
GCM_BLOCK_SIZE
];
#endif
/* Per-message state, depending on the iv */
/* Original counter block */
...
...
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