mirror of
https://github.com/henrydcase/pqc.git
synced 2024-12-02 12:21:23 +00:00
12 lines
267 B
C
12 lines
267 B
C
#ifndef PQCLEAN_MCELIECE460896_VEC_ENCRYPT_H
|
|
#define PQCLEAN_MCELIECE460896_VEC_ENCRYPT_H
|
|
/*
|
|
This file is for Niederreiter encryption
|
|
*/
|
|
|
|
|
|
void PQCLEAN_MCELIECE460896_VEC_encrypt(unsigned char * /*s*/, unsigned char * /*e*/, const unsigned char * /*pk*/);
|
|
|
|
#endif
|
|
|