1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/kyber768-90s/avx2/rejsample.h
2019-09-24 08:01:54 +02:00

13 lines
218 B
C

#ifndef REJSAMPLE_H
#define REJSAMPLE_H
#include <stddef.h>
#include <stdint.h>
size_t PQCLEAN_KYBER76890S_AVX2_rej_uniform(int16_t *r,
size_t len,
const uint8_t *buf,
size_t buflen);
#endif