1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/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