aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/s2n/pq-crypto/kyber_90s_r2/cbd.h
blob: e4f660937a9633d8aaef9b2c5f89e6219528d5ee (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef CBD_H 
#define CBD_H 
 
#include "poly.h" 
 
void PQCLEAN_KYBER51290S_CLEAN_cbd(poly *r, const uint8_t *buf); 
 
#endif