Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
94361563
Commit
94361563
authored
Feb 05, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fix.
Rev: nettle/gcm.h:1.3
parent
58742515
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gcm.h
gcm.h
+1
-1
No files found.
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
Markdown
is supported
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