9 lines
125 B
C
9 lines
125 B
C
|
#ifndef CBD_H
|
||
|
#define CBD_H
|
||
|
|
||
|
#include "poly.h"
|
||
|
|
||
|
void PQCLEAN_KYBER1024_CLEAN_cbd(poly *r, const unsigned char *buf);
|
||
|
|
||
|
#endif
|