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.
 
 
 

10 lines
219 B

  1. #ifndef PQCLEAN_MCELIECE460896F_AVX_UINT32_SORT_H
  2. #define PQCLEAN_MCELIECE460896F_AVX_UINT32_SORT_H
  3. #include <stddef.h>
  4. #include <stdint.h>
  5. void PQCLEAN_MCELIECE460896F_AVX_uint32_sort(uint32_t *x, size_t n);
  6. #endif