pqc/crypto_kem/mceliece/mceliece6960119f/sse/encrypt.h

12 lines
273 B
C

#ifndef PQCLEAN_MCELIECE6960119F_SSE_ENCRYPT_H
#define PQCLEAN_MCELIECE6960119F_SSE_ENCRYPT_H
/*
This file is for Niederreiter encryption
*/
void PQCLEAN_MCELIECE6960119F_SSE_encrypt(unsigned char * /*s*/, unsigned char * /*e*/, const unsigned char * /*pk*/);
#endif