e72fd489ba
* Initial ntruhps2048509 implementation * Turn compile-time #if's into runtime if's * Test vector hash * Resolve linter complaints * Apply astyle * Address Windows compiler complaints * Address more Windows compiler complaints * More Windows compiler complaints * Apply astyle * Add -Wmissing-prototypes Co-Authored-By: dstebila <dstebila@users.noreply.github.com> * Fix -Wmissing-prototypes errors, update LICENSE
7 lines
122 B
C
Executable File
7 lines
122 B
C
Executable File
#ifndef CRYPTO_SORT
|
|
#define CRYPTO_SORT
|
|
|
|
void PQCLEAN_NTRUHPS2048509_CLEAN_crypto_sort(void *array, long long n);
|
|
|
|
#endif
|