pqc/crypto_kem/mceliece/mceliece6960119f/vec/sk_gen.h

17 lines
329 B
C

#ifndef PQCLEAN_MCELIECE6960119F_VEC_SK_GEN_H
#define PQCLEAN_MCELIECE6960119F_VEC_SK_GEN_H
/*
This file is for secret-key generation
*/
#include "gf.h"
#include <stdint.h>
int PQCLEAN_MCELIECE6960119F_VEC_genpoly_gen(gf * /*out*/, gf * /*f*/);
int PQCLEAN_MCELIECE6960119F_VEC_perm_check(const uint32_t * /*p*/);
#endif