You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 rivejä
197 B

  1. #ifndef PQCLEAN_MCELIECE6960119_VEC_CRYPTO_HASH_H
  2. #define PQCLEAN_MCELIECE6960119_VEC_CRYPTO_HASH_H
  3. #include "fips202.h"
  4. #define crypto_hash_32b(out,in,inlen) shake256(out, 32, in, inlen)
  5. #endif