1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-27 01:41:40 +00:00
pqcrypto/crypto_kem/mceliece/mceliece8192128/clean/pk_gen.h

14 lines
278 B
C

#ifndef PQCLEAN_MCELIECE8192128_CLEAN_PK_GEN_H
#define PQCLEAN_MCELIECE8192128_CLEAN_PK_GEN_H
/*
This file is for public-key generation
*/
#include <stdint.h>
int PQCLEAN_MCELIECE8192128_CLEAN_pk_gen(uint8_t * /*pk*/, uint32_t * /*perm*/, const uint8_t * /*sk*/);
#endif