pqc/crypto_kem/kyber512-90s/clean/cbd.h

9 lines
121 B
C
Raw Normal View History

2019-09-17 13:02:01 +01:00
#ifndef CBD_H
#define CBD_H
#include "poly.h"
void PQCLEAN_KYBER51290S_CLEAN_cbd(poly *r, const uint8_t *buf);
#endif