mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
12 lines
276 B
C
12 lines
276 B
C
|
#ifndef PQCLEAN_MCELIECE6960119_CLEAN_ENCRYPT_H
|
||
|
#define PQCLEAN_MCELIECE6960119_CLEAN_ENCRYPT_H
|
||
|
/*
|
||
|
This file is for Niederreiter encryption
|
||
|
*/
|
||
|
|
||
|
|
||
|
void PQCLEAN_MCELIECE6960119_CLEAN_encrypt(unsigned char * /*s*/, unsigned char * /*e*/, const unsigned char * /*pk*/);
|
||
|
|
||
|
#endif
|
||
|
|