10 lines
144 B
C
10 lines
144 B
C
#ifndef CBD_H
|
|
#define CBD_H
|
|
|
|
#include "poly.h"
|
|
#include <stdint.h>
|
|
|
|
void PQCLEAN_KYBER768_CLEAN_cbd(poly *r, const unsigned char *buf);
|
|
|
|
#endif
|