aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/s2n/pq-crypto/kyber_90s_r2/cbd.h
blob: a3f4c21d280369145788379565229d44a648f07a (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