-rw-r--r-- 228 libmceliece-20240726/crypto_kem/460896/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 <stdint.h> int pk_gen(unsigned char *, const unsigned char *, uint32_t *, int16_t *); #endif