pqc/crypto_kem/kyber768/clean/cbd.h

10 lines
138 B
C
Raw Normal View History

#ifndef CBD_H
#define CBD_H
#include "poly.h"
#include <stdint.h>
2019-01-22 16:38:22 +00:00
void PQCLEAN_KYBER768_cbd(poly *r, const unsigned char *buf);
#endif