diff options
Diffstat (limited to 'src/i-128')
| -rw-r--r-- | src/i-128/parameters.h (renamed from src/i-128/_parameters.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i-128/_parameters.h b/src/i-128/parameters.h index 08ce8c1..c1165b1 100644 --- a/src/i-128/_parameters.h +++ b/src/i-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 192 -#endif /* _PARAMETERS_H */ +#endif /* PARAMETERS_H */ |
