summaryrefslogtreecommitdiff
path: root/src/i-128/_parameters.h
blob: 08ce8c1e2dae9a4629be197f338f1fa69608ff77 (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 192

#endif /* _PARAMETERS_H */