#ifndef CBD_H #define CBD_H #include #include "poly.h" void cbd(poly *r, const unsigned char *buf); #endif