mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-27 01:41:40 +00:00
8 lines
201 B
C
8 lines
201 B
C
#ifndef PQCLEAN_MCELIECE8192128_CLEAN_CRYPTO_HASH_H
|
|
#define PQCLEAN_MCELIECE8192128_CLEAN_CRYPTO_HASH_H
|
|
#include "fips202.h"
|
|
|
|
#define crypto_hash_32b(out,in,inlen) shake256(out, 32, in, inlen)
|
|
|
|
#endif
|