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