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

#define KEY_LENGTH_BITS 192
#define ROUNDS          36

#define TWEAK_LENGTH_BITS 128

#endif /* PARAMETERS_H */