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
Nettle
nettle
Commits
ccba0ebe
Commit
ccba0ebe
authored
Feb 13, 2011
by
Niels Möller
Browse files
(GCM_TABLE_BITS): Increase table size to 8 bits,
corresponding to 4 KByte of key-dependent tables. Rev: nettle/gcm.h:1.10
parent
4e147392
Changes
1
Hide whitespace changes
Inline
Side-by-side
gcm.h
View file @
ccba0ebe
...
...
@@ -58,7 +58,7 @@ extern "C" {
#define GCM_BLOCK_SIZE 16
#define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4)
#define GCM_TABLE_BITS
4
#define GCM_TABLE_BITS
8
/* To make sure that we have proper alignment. */
union
gcm_block
...
...
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