2019-09-10 10:45:01 +01:00
|
|
|
#ifndef REJSAMPLE_H
|
|
|
|
#define REJSAMPLE_H
|
|
|
|
|
2020-07-31 07:17:42 +01:00
|
|
|
#include "params.h"
|
2019-09-10 10:45:01 +01:00
|
|
|
#include <stdint.h>
|
|
|
|
|
2020-07-31 07:17:42 +01:00
|
|
|
|
|
|
|
unsigned int PQCLEAN_KYBER768_AVX2_rej_uniform_avx(int16_t *r,
|
|
|
|
const unsigned char *buf);
|
2019-09-10 10:45:01 +01:00
|
|
|
|
|
|
|
#endif
|