summaryrefslogtreecommitdiff
path: root/src/i-256/_parameters.h
blob: d948ac5ea4051936004ba88b96f620938d5e5ee5 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _PARAMETERS_H
#define _PARAMETERS_H

#define KEY_LENGTH_BITS 256
#define ROUNDS          42

#define TWEAK_LENGTH_BITS 192

#endif /* _PARAMETERS_H */