1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/kyber768-90s/avx2/reduce.h

11 lines
236 B
C
Raw Normal View History

2019-09-17 13:02:01 +01:00
#ifndef REDUCE_H
#define REDUCE_H
#include <stdint.h>
int16_t PQCLEAN_KYBER76890S_AVX2_reduce_avx(int16_t *r);
int16_t PQCLEAN_KYBER76890S_AVX2_csubq_avx(int16_t *r);
int16_t PQCLEAN_KYBER76890S_AVX2_frommont_avx(int16_t *r);
#endif