1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/ntruhps4096821/clean/crypto_sort.h
2019-04-29 09:41:17 -04:00

7 lines
122 B
C

#ifndef CRYPTO_SORT
#define CRYPTO_SORT
void PQCLEAN_NTRUHPS4096821_CLEAN_crypto_sort(void *array, long long n);
#endif