diff options
Diffstat (limited to 'src/i-256')
| -rw-r--r-- | src/i-256/parameters.h (renamed from src/i-256/_parameters.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/i-256/_parameters.h b/src/i-256/parameters.h index d948ac5..782611b 100644 --- a/src/i-256/_parameters.h +++ b/src/i-256/parameters.h @@ -1,9 +1,9 @@ -#ifndef _PARAMETERS_H -#define _PARAMETERS_H +#ifndef PARAMETERS_H +#define PARAMETERS_H #define KEY_LENGTH_BITS 256 #define ROUNDS 42 #define TWEAK_LENGTH_BITS 192 -#endif /* _PARAMETERS_H */ +#endif /* PARAMETERS_H */ |
