2019-06-03 20:51:05 +01:00
|
|
|
#ifndef _HASH_LEN_CONFIG_H_
|
|
|
|
#define _HASH_LEN_CONFIG_H_
|
2019-06-03 16:58:59 +01:00
|
|
|
/// @file hash_len_config.h
|
|
|
|
/// @brief defining the lenght of outputs of the internel hash functions.
|
|
|
|
///
|
|
|
|
|
|
|
|
|
2019-06-03 20:51:05 +01:00
|
|
|
// TODO: remove this file
|
2019-06-03 16:58:59 +01:00
|
|
|
/// defining the lenght of outputs of the internel hash functions.
|
2019-06-03 20:51:05 +01:00
|
|
|
//#define _HASH_LEN (32)
|
2019-06-03 16:58:59 +01:00
|
|
|
|
|
|
|
#endif
|