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

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