mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
9 lines
122 B
C
9 lines
122 B
C
|
#ifndef CBD_H
|
||
|
#define CBD_H
|
||
|
|
||
|
#include "poly.h"
|
||
|
|
||
|
void PQCLEAN_KYBER102490S_CLEAN_cbd(poly *r, const uint8_t *buf);
|
||
|
|
||
|
#endif
|