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
371 B

  1. #ifndef PQCLEAN_MCELIECE460896F_AVX_BENES_H
  2. #define PQCLEAN_MCELIECE460896F_AVX_BENES_H
  3. /*
  4. This file is for Benes network related functions
  5. */
  6. #include "vec128.h"
  7. void PQCLEAN_MCELIECE460896F_AVX_load_bits(vec128 /*bits_int*/[][32], const unsigned char * /*bits*/);
  8. void PQCLEAN_MCELIECE460896F_AVX_benes(vec128 * /*r*/, vec128 /*b*/[][32], int /*rev*/);
  9. #endif