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.
 
 
 

12 line
173 B

  1. #ifndef SORT_H
  2. #define SORT_H
  3. #include <stddef.h>
  4. #include <stdint.h>
  5. #define int32 int32_t
  6. void PQCLEAN_LEDAKEMLT12_LEAKTIME_uint32_sort(uint32_t *x, size_t n);
  7. #endif