summaryrefslogtreecommitdiff
path: root/src/i-256/parameters.h
blob: 782611bab5f9a8a9aff951e1f5ed5b4d5074e658 (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 */