-rw-r--r-- 227 libmceliece-20240726/crypto_kem/460896/avx/fft_tr.h raw
/* This file is for transpose of the Gao-Mateer FFT */ #ifndef FFT_TR_H #define FFT_TR_H #define fft_tr CRYPTO_NAMESPACE(fft_tr) #include "params.h" #include "vec256.h" void fft_tr(vec256 *, vec256 [][ GFBITS ]); #endif