1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/kyber768-90s/avx2/rejsample.h

12 lines
192 B
C
Raw Normal View History

2019-09-17 13:02:01 +01:00
#ifndef REJSAMPLE_H
#define REJSAMPLE_H
#include "params.h"
2019-09-17 13:02:01 +01:00
#include <stdint.h>
unsigned int PQCLEAN_KYBER76890S_AVX2_rej_uniform_avx(int16_t *r,
const unsigned char *buf);
2019-09-17 13:02:01 +01:00
#endif