14 lines
280 B
C
14 lines
280 B
C
|
#ifndef PQCLEAN_MCELIECE348864F_SSE_PK_GEN_H
|
||
|
#define PQCLEAN_MCELIECE348864F_SSE_PK_GEN_H
|
||
|
/*
|
||
|
This file is for public-key generation
|
||
|
*/
|
||
|
|
||
|
|
||
|
#include "gf.h"
|
||
|
|
||
|
int PQCLEAN_MCELIECE348864F_SSE_pk_gen(unsigned char * /*pk*/, uint32_t * /*perm*/, const unsigned char * /*sk*/);
|
||
|
|
||
|
#endif
|
||
|
|