pqc/crypto_kem/kyber512/avx2/cbd.h

12 lines
226 B
C
Raw Normal View History

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