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

15 lines
298 B
C

#ifndef PQCLEAN_MCELIECE6960119F_SSE_FFT_TR_H
#define PQCLEAN_MCELIECE6960119F_SSE_FFT_TR_H
/*
This file is for transpose of the Gao-Mateer FFT
*/
#include "params.h"
#include "vec128.h"
void PQCLEAN_MCELIECE6960119F_SSE_fft_tr(vec128 /*out*/[][GFBITS], vec128 /*in*/[][ GFBITS ]);
#endif