11 lines
280 B
C
11 lines
280 B
C
#ifndef PQCLEAN_MCELIECE8192128_CLEAN_DECRYPT_H
|
|
#define PQCLEAN_MCELIECE8192128_CLEAN_DECRYPT_H
|
|
/*
|
|
This file is for Nieddereiter decryption
|
|
*/
|
|
|
|
int PQCLEAN_MCELIECE8192128_CLEAN_decrypt(unsigned char * /*e*/, const unsigned char * /*sk*/, const unsigned char * /*c*/);
|
|
|
|
#endif
|
|
|