pqc/crypto_kem/kyber768/clean/cbd.h
2019-02-27 09:18:38 +01:00

10 lines
144 B
C

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