summaryrefslogtreecommitdiff
path: root/src/ii-256/parameters.h
blob: 1255859e4835214f1effde2ea83828491ff454c5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef PARAMETERS_H
#define PARAMETERS_H

#define KEY_LENGTH_BITS 256
#define ROUNDS          42

#define TWEAK_LENGTH_BITS 128

#endif /* PARAMETERS_H */