1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-27 01:41:40 +00:00
pqcrypto/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