You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
236 B

  1. #ifndef REDUCE_H
  2. #define REDUCE_H
  3. #include <stdint.h>
  4. int16_t PQCLEAN_KYBER76890S_AVX2_reduce_avx(int16_t *r);
  5. int16_t PQCLEAN_KYBER76890S_AVX2_csubq_avx(int16_t *r);
  6. int16_t PQCLEAN_KYBER76890S_AVX2_frommont_avx(int16_t *r);
  7. #endif