mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
c0f56ccdc2
Makes Kyber-AVX run on MacOS (#251)
12 lines
190 B
C
12 lines
190 B
C
#ifndef REJSAMPLE_H
|
|
#define REJSAMPLE_H
|
|
|
|
#include "params.h"
|
|
#include <stdint.h>
|
|
|
|
|
|
unsigned int PQCLEAN_KYBER1024_AVX2_rej_uniform_avx(int16_t *r,
|
|
const unsigned char *buf);
|
|
|
|
#endif
|