diff options
Diffstat (limited to 'src/ref/tweakey.c')
| -rw-r--r-- | src/ref/tweakey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ref/tweakey.c b/src/ref/tweakey.c index bae09d3..2f357ca 100644 --- a/src/ref/tweakey.c +++ b/src/ref/tweakey.c @@ -25,7 +25,7 @@ This file provides the implementation of Lilliput-TBC's tweakey schedule. #include "tweakey.h" -#define LANES_NB (TWEAKEY_BYTES/LANE_BYTES) +#define LANES_NB (TWEAKEY_BYTES/LANE_BYTES) void tweakey_state_init( |
