summaryrefslogtreecommitdiff
path: root/src/ii-192/_parameters.h
blob: 8b76285db666eb3819817bde5bf5a02b23e2acd2 (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 */