diff options
Diffstat (limited to 'src/ii-128')
| -rw-r--r-- | src/ii-128/parameters.h (renamed from src/ii-128/_parameters.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ii-128/_parameters.h b/src/ii-128/parameters.h index 147730d..bf3936d 100644 --- a/src/ii-128/_parameters.h +++ b/src/ii-128/parameters.h @@ -1,9 +1,9 @@ -#ifndef _PARAMETERS_H -#define _PARAMETERS_H +#ifndef PARAMETERS_H +#define PARAMETERS_H #define KEY_LENGTH_BITS 128 #define ROUNDS 32 #define TWEAK_LENGTH_BITS 128 -#endif /* _PARAMETERS_H */ +#endif /* PARAMETERS_H */ |
