1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/ntruhps2048677/clean/crypto_sort.h

7 lines
122 B
C
Raw Normal View History

2019-04-15 00:44:26 +01:00
#ifndef CRYPTO_SORT
#define CRYPTO_SORT
void PQCLEAN_NTRUHPS2048677_CLEAN_crypto_sort(void *array, long long n);
#endif