pqc/crypto_kem/ledakemlt52/leaktime/sort.h

12 lines
173 B
C
Raw Normal View History

2019-08-21 13:28:31 +01:00
#ifndef SORT_H
#define SORT_H
#include <stddef.h>
#include <stdint.h>
#define int32 int32_t
void PQCLEAN_LEDAKEMLT52_LEAKTIME_uint32_sort(uint32_t *x, size_t n);
#endif