1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-12-02 12:21:23 +00:00
pqcrypto/crypto_kem/mceliece/mceliece460896/vec/sk_gen.h

17 lines
321 B
C

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