pqc/crypto_kem/ledakemlt32/leaktime/sort.h
2019-08-24 15:48:38 +02:00

12 lines
173 B
C

#ifndef SORT_H
#define SORT_H
#include <stddef.h>
#include <stdint.h>
#define int32 int32_t
void PQCLEAN_LEDAKEMLT32_LEAKTIME_uint32_sort(uint32_t *x, size_t n);
#endif