Skip to content
Snippets Groups Projects
Commit bf1fe0cf authored by Niels Möller's avatar Niels Möller
Browse files

(GCM_TABLE_BITS): Set to 4.

Rev: nettle/gcm.h:1.4
parent 69fbc783
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ extern "C" { ...@@ -51,7 +51,7 @@ extern "C" {
#define GCM_BLOCK_SIZE 16 #define GCM_BLOCK_SIZE 16
#define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4) #define GCM_IV_SIZE (GCM_BLOCK_SIZE - 4)
#define GCM_TABLE_BITS 0 #define GCM_TABLE_BITS 4
struct gcm_ctx { struct gcm_ctx {
/* Key-dependent state. */ /* Key-dependent state. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment