summaryrefslogtreecommitdiff
path: root/src/i-192/parameters.h
blob: 295c8b0c243882c6a004650412f0e6d5d2651a9a (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 192

#endif /* PARAMETERS_H */