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