pqc/crypto_kem/kyber512-90s/avx2/rejsample.h

13 lines
218 B
C
Raw Normal View History

2019-09-17 13:02:01 +01:00
#ifndef REJSAMPLE_H
#define REJSAMPLE_H
#include <stddef.h>
#include <stdint.h>
size_t PQCLEAN_KYBER51290S_AVX2_rej_uniform(int16_t *r,
size_t len,
const uint8_t *buf,
size_t buflen);
#endif