1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/kyber512/avx2/rejsample.h
Thom Wiggers c0f56ccdc2 Update Kyber from upstream
Makes Kyber-AVX run on MacOS (#251)
2021-03-24 21:02:49 +00:00

12 lines
189 B
C

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