pqc/crypto_sign/dilithium3/avx2/reduce.h

10 lines
175 B
C
Raw Normal View History

2019-12-06 15:16:41 +00:00
#ifndef REDUCE_H
#define REDUCE_H
#include <stdint.h>
void PQCLEAN_DILITHIUM3_AVX2_reduce_avx(uint32_t a[N]);
void PQCLEAN_DILITHIUM3_AVX2_csubq_avx(uint32_t a[N]);
#endif