1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-12-02 20:31:28 +00:00
pqcrypto/crypto_kem/mceliece/mceliece460896/vec/crypto_hash.h

8 lines
195 B
C

#ifndef PQCLEAN_MCELIECE460896_VEC_CRYPTO_HASH_H
#define PQCLEAN_MCELIECE460896_VEC_CRYPTO_HASH_H
#include "fips202.h"
#define crypto_hash_32b(out,in,inlen) shake256(out, 32, in, inlen)
#endif