mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
13 lines
215 B
C
13 lines
215 B
C
|
#ifndef REJSAMPLE_H
|
||
|
#define REJSAMPLE_H
|
||
|
|
||
|
#include <stddef.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
size_t PQCLEAN_KYBER512_AVX2_rej_uniform(int16_t *r,
|
||
|
size_t len,
|
||
|
const uint8_t *buf,
|
||
|
size_t buflen);
|
||
|
|
||
|
#endif
|