2019-01-15 15:03:38 +00:00
|
|
|
#ifndef CBD_H
|
|
|
|
#define CBD_H
|
|
|
|
|
|
|
|
#include "poly.h"
|
2019-01-15 15:34:01 +00:00
|
|
|
#include <stdint.h>
|
2019-01-15 15:03:38 +00:00
|
|
|
|
2019-02-26 16:27:32 +00:00
|
|
|
void PQCLEAN_KYBER768_CLEAN_cbd(poly *r, const unsigned char *buf);
|
2019-01-15 15:03:38 +00:00
|
|
|
|
|
|
|
#endif
|