1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/kyber512/clean/cbd.h
2021-03-24 21:02:49 +00:00

10 lines
227 B
C

#ifndef PQCLEAN_KYBER512_CLEAN_CBD_H
#define PQCLEAN_KYBER512_CLEAN_CBD_H
#include "params.h"
#include "poly.h"
#include <stdint.h>
void PQCLEAN_KYBER512_CLEAN_cbd(poly *r, const uint8_t buf[KYBER_ETA * KYBER_N / 4]);
#endif