9 lines
121 B
C
9 lines
121 B
C
|
#ifndef CBD_H
|
||
|
#define CBD_H
|
||
|
|
||
|
#include "poly.h"
|
||
|
|
||
|
void PQCLEAN_KYBER76890S_CLEAN_cbd(poly *r, const uint8_t *buf);
|
||
|
|
||
|
#endif
|