You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/crypto/ntruprime-20171206/crypto_kem/ntrulpr4591761/avx/int32_sort.h

10 lines
182 B
C

#ifndef int32_sort_h
#define int32_sort_h
#include "crypto_int32.h"
#define int32_sort crypto_kem_ntrulpr4591761_avx_int32_sort
extern void int32_sort(crypto_int32 *,int);
#endif