1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/kyber512-90s/clean/cbd.h
2019-09-24 08:01:54 +02:00

9 lines
121 B
C

#ifndef CBD_H
#define CBD_H
#include "poly.h"
void PQCLEAN_KYBER51290S_CLEAN_cbd(poly *r, const uint8_t *buf);
#endif