diff options
Diffstat (limited to 'src/i-192/parameters.h')
| -rw-r--r-- | src/i-192/parameters.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/i-192/parameters.h b/src/i-192/parameters.h new file mode 100644 index 0000000..295c8b0 --- /dev/null +++ b/src/i-192/parameters.h @@ -0,0 +1,9 @@ +#ifndef PARAMETERS_H +#define PARAMETERS_H + +#define KEY_LENGTH_BITS 192 +#define ROUNDS 36 + +#define TWEAK_LENGTH_BITS 192 + +#endif /* PARAMETERS_H */ |
