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