10 lines
240 B
C
10 lines
240 B
C
#ifndef PQCLEAN_KYBER76890S_AVX2_REJSAMPLE_H
|
|
#define PQCLEAN_KYBER76890S_AVX2_REJSAMPLE_H
|
|
#include "params.h"
|
|
#include <stdint.h>
|
|
|
|
unsigned int PQCLEAN_KYBER76890S_AVX2_rej_uniform_avx(int16_t *r,
|
|
const unsigned char *buf);
|
|
|
|
#endif
|