1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/kyber768/clean/cbd.h

9 lines
124 B
C
Raw Normal View History

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