mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 16:08:59 +00:00
9 lines
124 B
C
9 lines
124 B
C
|
#ifndef CBD_H
|
||
|
#define CBD_H
|
||
|
|
||
|
#include "poly.h"
|
||
|
|
||
|
void PQCLEAN_KYBER512_CLEAN_cbd(poly *r, const unsigned char *buf);
|
||
|
|
||
|
#endif
|