mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
13 lines
290 B
C
13 lines
290 B
C
#ifndef _HASH_LEN_CONFIG_H_
|
|
#define _HASH_LEN_CONFIG_H_
|
|
/// @file hash_len_config.h
|
|
/// @brief defining the lenght of outputs of the internel hash functions.
|
|
///
|
|
|
|
|
|
// TODO: remove this file
|
|
/// defining the lenght of outputs of the internel hash functions.
|
|
//#define _HASH_LEN (32)
|
|
|
|
#endif
|