pqc/crypto_kem/kyber512-90s/avx2/rejsample.h

10 lines
240 B
C
Raw Normal View History

#ifndef PQCLEAN_KYBER51290S_AVX2_REJSAMPLE_H
#define PQCLEAN_KYBER51290S_AVX2_REJSAMPLE_H
#include "params.h"
2019-09-17 13:02:01 +01:00
#include <stdint.h>
unsigned int PQCLEAN_KYBER51290S_AVX2_rej_uniform_avx(int16_t *r,
const unsigned char *buf);
2019-09-17 13:02:01 +01:00
#endif