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

9 lines
121 B
C
Raw Normal View History

2019-09-17 13:02:01 +01:00
#ifndef CBD_H
#define CBD_H
#include "poly.h"
void PQCLEAN_KYBER102490S_AVX2_cbd(poly *r, const uint8_t *buf);
#endif