mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
11 lines
280 B
C
11 lines
280 B
C
|
#ifndef PQCLEAN_MCELIECE348864F_CLEAN_DECRYPT_H
|
||
|
#define PQCLEAN_MCELIECE348864F_CLEAN_DECRYPT_H
|
||
|
/*
|
||
|
This file is for Nieddereiter decryption
|
||
|
*/
|
||
|
|
||
|
int PQCLEAN_MCELIECE348864F_CLEAN_decrypt(unsigned char * /*e*/, const unsigned char * /*sk*/, const unsigned char * /*c*/);
|
||
|
|
||
|
#endif
|
||
|
|