pqc/crypto_kem/mceliece/mceliece8192128/clean/encrypt.h

12 lines
276 B
C

#ifndef PQCLEAN_MCELIECE8192128_CLEAN_ENCRYPT_H
#define PQCLEAN_MCELIECE8192128_CLEAN_ENCRYPT_H
/*
This file is for Niederreiter encryption
*/
void PQCLEAN_MCELIECE8192128_CLEAN_encrypt(unsigned char * /*s*/, unsigned char * /*e*/, const unsigned char * /*pk*/);
#endif