-rw-r--r-- 224 libmceliece-20240513/crypto_kem/348864/avx/pk_gen.h raw
/* This file is for public-key generation */ #ifndef PK_GEN_H #define PK_GEN_H #define pk_gen CRYPTO_NAMESPACE(pk_gen) #include "gf.h" int pk_gen(unsigned char *, const unsigned char *, uint32_t *, int16_t *); #endif