Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
bf1fe0cf
Commit
bf1fe0cf
authored
Feb 07, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(GCM_TABLE_BITS): Set to 4.
Rev: nettle/gcm.h:1.4
parent
69fbc783
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 @
bf1fe0cf
...
...
@@ -51,7 +51,7 @@ extern "C" {
#define GCM_BLOCK_SIZE 16
#define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4)
#define GCM_TABLE_BITS
0
#define GCM_TABLE_BITS
4
struct
gcm_ctx
{
/* Key-dependent state. */
...
...
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