-rw-r--r-- 258 libmceliece-20240513/crypto_kem/348864/avx/xor_mat_vec256.h raw
#ifndef xor_mat_vec256_h #define xor_mat_vec256_h #include <stdint.h> #include "vec256.h" #define xor_mat_vec256 CRYPTO_NAMESPACE(xor_mat_vec256) extern void xor_mat_vec256(unsigned char *, const unsigned char *, int64_t, int64_t, const vec256 *); #endif