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

#define KEY_LENGTH_BITS 128
#define ROUNDS          32

#define TWEAK_LENGTH_BITS 128

#endif /* PARAMETERS_H */