You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
286 B

  1. #ifndef PQCLEAN_MCELIECE460896F_AVX_FFT_TR_H
  2. #define PQCLEAN_MCELIECE460896F_AVX_FFT_TR_H
  3. /*
  4. This file is for transpose of the Gao-Mateer FFT
  5. */
  6. #include "params.h"
  7. #include "vec256.h"
  8. void PQCLEAN_MCELIECE460896F_AVX_fft_tr(vec256 * /*out*/, vec256 /*in*/[][ GFBITS ]);
  9. #endif