pqc/crypto_kem/kyber768/clean/cbd.h

10 lines
144 B
C
Raw Normal View History

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