pqc/crypto_sign/rainbowIa-cyclic-compressed/clean/utils_hash.h
Matthias J. Kannwischer 2bf9d8b3e9 ran clang-format
2019-07-24 10:42:15 +02:00

12 linhas
308 B
C

#ifndef _UTILS_HASH_H_
#define _UTILS_HASH_H_
/// @file utils_hash.h
/// @brief the interface for adapting hash functions.
///
#include <stddef.h>
int PQCLEAN_RAINBOWIACYCLICCOMPRESSED_CLEAN_hash_msg(unsigned char *digest, size_t len_digest, const unsigned char *m, size_t mlen);
#endif // _UTILS_HASH_H_