pqc/crypto_kem/kyber768-90s/avx2/rejsample.h
Thom Wiggers c99c406551 Update Kyber from upstream
Makes Kyber-AVX run on MacOS (#251)
2020-11-26 13:10:21 -05:00

12 lines
192 B
C

#ifndef REJSAMPLE_H
#define REJSAMPLE_H
#include "params.h"
#include <stdint.h>
unsigned int PQCLEAN_KYBER76890S_AVX2_rej_uniform_avx(int16_t *r,
const unsigned char *buf);
#endif