-rw-r--r-- 192 libmceliece-20240726/crypto_kem/348864/avx/wrap_enc.c raw
#include "crypto_kem.h" #include "operations.h" int crypto_kem_enc( unsigned char *c, unsigned char *key, const unsigned char *pk ) { return operation_enc(c,key,pk); }