1 #ifndef CBD_H
2 #define CBD_H
3 
4 #include "poly.h"
5 
6 void PQCLEAN_KYBER51290S_CLEAN_cbd(poly *r, const uint8_t *buf);
7 
8 #endif
9