1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-27 09:51:30 +00:00
pqcrypto/crypto_sign/rainbowIa-classic/clean/utils_hash.h

17 lines
367 B
C
Raw Normal View History

2019-06-03 20:51:05 +01:00
#ifndef _UTILS_HASH_H_
#define _UTILS_HASH_H_
/// @file utils_hash.h
/// @brief the interface for adapting hash functions.
///
///
// for the definition of _HASH_LEN.
#include "hash_len_config.h"
int PQCLEAN_RAINBOWIACLASSIC_CLEAN_hash_msg( unsigned char *digest, unsigned len_digest, const unsigned char *m, unsigned long long mlen );
#endif // _UTILS_HASH_H_