pqc/crypto_kem/kyber768/clean/cbd.h
2019-01-15 16:34:01 +01:00

10 lines
121 B
C

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