1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/ntruhps2048509/clean/crypto_sort.h
2019-04-16 13:28:44 +02:00

7 lines
122 B
C

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