pqc/crypto_kem/kyber1024-90s/avx2/consts.h
John M. Schanck 688ff2fe50 Round 3 Kyber
2020-11-26 21:42:35 -05:00

11 lines
224 B
C

#ifndef PQCLEAN_KYBER102490S_AVX2_CONSTS_H
#define PQCLEAN_KYBER102490S_AVX2_CONSTS_H
#include "align.h"
#include "cdecl.h"
typedef ALIGNED_INT16(640) qdata_t;
extern const qdata_t PQCLEAN_KYBER102490S_AVX2_qdata;
#endif