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