1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/kyber768-90s/avx2/cbd.h

12 lines
235 B
C
Raw Normal View History

#ifndef PQCLEAN_KYBER76890S_AVX2_CBD_H
#define PQCLEAN_KYBER76890S_AVX2_CBD_H
2019-09-17 13:02:01 +01:00
#include "params.h"
2019-09-17 13:02:01 +01:00
#include "poly.h"
#include <stdint.h>
2019-09-17 13:02:01 +01:00
void PQCLEAN_KYBER76890S_AVX2_cbd(poly *r, const uint8_t buf[KYBER_ETA * KYBER_N / 4]);
2019-09-17 13:02:01 +01:00
#endif