Revision bb037b918b4fe80149baa1a74a21fd00aaa95943 authored by John M. Schanck on 28 October 2020, 16:12:44 UTC, committed by John M. Schanck on 28 October 2020, 16:12:44 UTC
1 parent 135f95e
Raw File
crypto_sort_int32.h
#ifndef PQCLEAN_SNTRUP761_CLEAN_CRYPTO_SORT_INT32_H
#define PQCLEAN_SNTRUP761_CLEAN_CRYPTO_SORT_INT32_H

#include <stdint.h>
#define PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32_BYTES 4

void PQCLEAN_SNTRUP761_CLEAN_crypto_sort_int32(int32_t *x, long long n);
#endif
back to top